From: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> The next patch is going to switch the build-sys to meson. Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index a5163de..aad9f68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,12 @@ env: # COVERITY_SCAN_TOKEN (dgibson/dtc) - secure: "vlHvXe618//IM9LQaKzqsrUbjs7ng0L9UCST4kJbJnFQDXvVe5JiSmJGd4ef7mm0NUv5bMRl2W3xCiu6BYAu/NvU3tMNHoLG+JgCJs0+wLJXbWOwji/NmH7olqgJG+CmpaCMXjARF6+nrTnBYHJL6cYyf4KVoV4B0I/hLUW91+s=" +before_install: + - '[ $TRAVIS_CPU_ARCH = amd64 ] && sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu xenial-backports main universe" || sudo add-apt-repository -y "deb http://ports.ubuntu.com xenial-backports main universe"' + - sudo apt-get -q update + - sudo apt-get -t xenial-backports install -y python3 python3-setuptools python3-pip ninja-build + - sudo pip3 install meson + matrix: include: - addons: -- 2.29.0