aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-05-29 10:28:37 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-29 10:28:37 +0200
commit2ec73fa1688200002ed4acdd55440f23ff06ef70 (patch)
tree6f35e4f584cd4c9d7bef4e0c558d0b8a0e9ade84
parentcd9f80f4d6085b40c7c331c21c688ebc55390d7e (diff)
downloadvconsole-2ec73fa1688200002ed4acdd55440f23ff06ef70.tar.gz
use newer meson from pip
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6ca03ac..6dc1fa3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,13 +3,17 @@ dist: xenial
language: c
compiler: gcc
+before_script:
+ - pip3 install meson
+
addons:
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- - meson
+ - python3
+ - python3-pip
- libgtk-3-dev
- libvte-2.91-dev
- libxml2-dev