Use Ubuntu 14.04 for Travis CI instead of 12.04

Updating to Trusty provides CMake 2.8.12 by default, which should clean up an existing PR.
This commit is contained in:
Rian Quinn 2016-09-28 10:08:04 -06:00 committed by GitHub
parent 348a859547
commit eef8efac36

View File

@ -1,6 +1,7 @@
# Based on https://github.com/ldionne/hana/blob/master/.travis.yml # Based on https://github.com/ldionne/hana/blob/master/.travis.yml
language: cpp language: cpp
dist: trusty
sudo: false sudo: false
matrix: matrix:
@ -15,7 +16,7 @@ matrix:
- g++-5 - g++-5
sources: &sources sources: &sources
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6 - llvm-toolchain-trusty-3.6
- kalakris-cmake - kalakris-cmake
- env: COMPILER=clang++-3.6 BUILD_TYPE=Release CLANG=1 - env: COMPILER=clang++-3.6 BUILD_TYPE=Release CLANG=1
compiler: clang compiler: clang