fix(ci): Travis config upddate

This commit is contained in:
Michael Carlberg 2016-05-26 23:22:45 +02:00
parent 9972d56bb2
commit d904833654
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
sudo: false
language: cpp
addons:
apt:
sources:
- llvm-toolchain-precise-3.7
- llvm-toolchain-precise-3.8
- ubuntu-toolchain-r-test
- george-edison55-precise-backports
packages:
- clang-3.7
- clang-3.8
- g++-5
- gcc-5
- cmake
- cmake-data
- libx11-dev
- libxrandr-dev
- libboost-dev
- libiw-dev
@ -21,7 +21,7 @@ addons:
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.8" CC="clang-3.8"; fi
compiler:
- clang