commit 15c2c96d49cd0a066474b696511bd71b6b3c966f
parent 8cdd9814e1858f6d0b7c43fe97e2e1664178c3a1
Author: [email protected] <[email protected]>
Date: Thu, 30 Jun 2016 14:06:48 +0300
Update travis-ci script
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -10,7 +10,10 @@ matrix:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
+ - george-edison55-precise-backports
packages:
+ - cmake
+ - cmake-data
- g++-5
- clang-3.8
env: COMPILER=clang++-3.8
@@ -21,4 +24,3 @@ script:
- mkdir build
- cd build
- cmake -DCMAKE_CXX_COMPILER=$COMPILER .. && make
- - ctest