Travis: Use newer CMake, install Ninja

This commit is contained in:
Dirk Ziegelmeier 2018-10-18 10:05:27 +02:00
parent 9171960c11
commit 2e51e0dc81

View File

@ -33,7 +33,13 @@ addons:
apt:
packages:
- check
- cmake
- libsubunit-dev
- ninja-build
script: ./travis.sh
before_install:
# Install cmake
- wget -O cmake.sh https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
script:
- ./travis.sh