mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
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:
parent
348a859547
commit
eef8efac36
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user