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
|
||||
|
||||
language: cpp
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
@ -15,7 +16,7 @@ matrix:
|
||||
- g++-5
|
||||
sources: &sources
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.6
|
||||
- llvm-toolchain-trusty-3.6
|
||||
- kalakris-cmake
|
||||
- env: COMPILER=clang++-3.6 BUILD_TYPE=Release CLANG=1
|
||||
compiler: clang
|
||||
|
Loading…
Reference in New Issue
Block a user