diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-29 10:28:37 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-29 10:28:37 +0200 |
commit | 2ec73fa1688200002ed4acdd55440f23ff06ef70 (patch) | |
tree | 6f35e4f584cd4c9d7bef4e0c558d0b8a0e9ade84 | |
parent | cd9f80f4d6085b40c7c331c21c688ebc55390d7e (diff) | |
download | vconsole-2ec73fa1688200002ed4acdd55440f23ff06ef70.tar.gz |
use newer meson from pip
-rw-r--r-- | .travis.yml | 6 |
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 |