From 6450ffa4c3f4c2f80c07fc1465b8c5c7a3aa0bcc Mon Sep 17 00:00:00 2001 From: David Given Date: Wed, 3 Jul 2019 22:20:55 +0200 Subject: [PATCH] Update the Travis configuration now we no longer have meson. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bff9ae10..41af7879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ addons: - ubuntu-toolchain-r-test packages: - ninja-build - - meson - libusb-1.0-0-dev - libsqlite3-dev - g++-8 @@ -27,11 +26,10 @@ addons: update: true packages: - ninja - - meson git: depth: 1 script: - - make + - ninja