Commit 0255692760b6b441f577eabc134c4944ac97263f
1 parent
a36e1ddf
Adding version to compiler for travis
Showing
1 changed file
with
2 additions
and
5 deletions
.travis.yml
| @@ -7,22 +7,20 @@ cache: | @@ -7,22 +7,20 @@ cache: | ||
| 7 | 7 | ||
| 8 | matrix: | 8 | matrix: |
| 9 | include: | 9 | include: |
| 10 | - - compiler: gcc | 10 | + - compiler: gcc-4.9 |
| 11 | addons: | 11 | addons: |
| 12 | apt: | 12 | apt: |
| 13 | sources: | 13 | sources: |
| 14 | - ubuntu-toolchain-r-test | 14 | - ubuntu-toolchain-r-test |
| 15 | packages: | 15 | packages: |
| 16 | - g++-4.9 | 16 | - g++-4.9 |
| 17 | - env: COMPILER=g++-4.9 | ||
| 18 | - - compiler: gcc | 17 | + - compiler: gcc-4.8 |
| 19 | addons: | 18 | addons: |
| 20 | apt: | 19 | apt: |
| 21 | sources: | 20 | sources: |
| 22 | - ubuntu-toolchain-r-test | 21 | - ubuntu-toolchain-r-test |
| 23 | packages: | 22 | packages: |
| 24 | - g++-4.8 | 23 | - g++-4.8 |
| 25 | - env: COMPILER=g++-4.8 | ||
| 26 | - compiler: clang-3.6 | 24 | - compiler: clang-3.6 |
| 27 | addons: | 25 | addons: |
| 28 | apt: | 26 | apt: |
| @@ -31,7 +29,6 @@ matrix: | @@ -31,7 +29,6 @@ matrix: | ||
| 31 | - llvm-toolchain-precise-3.6 | 29 | - llvm-toolchain-precise-3.6 |
| 32 | packages: | 30 | packages: |
| 33 | - clang-3.6 | 31 | - clang-3.6 |
| 34 | - env: COMPILER=clang-3.6 | ||
| 35 | 32 | ||
| 36 | install: | 33 | install: |
| 37 | - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps" | 34 | - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps" |