aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-05-29 10:46:13 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-29 10:46:13 +0200
commit2cedf1a6234bf1c67c6ea2ee140470bd04931619 (patch)
tree0951d1e537e9b45caf3f3050977d0aa742e43940 /.travis.yml
parentdb051c563c02248c09b9c5a217afaa29e2ed6a50 (diff)
downloaddrminfo-2cedf1a6234bf1c67c6ea2ee140470bd04931619.tar.gz
travis: use newer meson from pip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 95cf9bc..d30e16a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,13 +3,19 @@ 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
+ - python3-setuptools
+ - ninja-build
- libdrm-dev
- libgbm-dev
- libepoxy-dev