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 | 7 | |
| 8 | 8 | matrix: |
| 9 | 9 | include: |
| 10 | - - compiler: gcc | |
| 10 | + - compiler: gcc-4.9 | |
| 11 | 11 | addons: |
| 12 | 12 | apt: |
| 13 | 13 | sources: |
| 14 | 14 | - ubuntu-toolchain-r-test |
| 15 | 15 | packages: |
| 16 | 16 | - g++-4.9 |
| 17 | - env: COMPILER=g++-4.9 | |
| 18 | - - compiler: gcc | |
| 17 | + - compiler: gcc-4.8 | |
| 19 | 18 | addons: |
| 20 | 19 | apt: |
| 21 | 20 | sources: |
| 22 | 21 | - ubuntu-toolchain-r-test |
| 23 | 22 | packages: |
| 24 | 23 | - g++-4.8 |
| 25 | - env: COMPILER=g++-4.8 | |
| 26 | 24 | - compiler: clang-3.6 |
| 27 | 25 | addons: |
| 28 | 26 | apt: |
| ... | ... | @@ -31,7 +29,6 @@ matrix: |
| 31 | 29 | - llvm-toolchain-precise-3.6 |
| 32 | 30 | packages: |
| 33 | 31 | - clang-3.6 |
| 34 | - env: COMPILER=clang-3.6 | |
| 35 | 32 | |
| 36 | 33 | install: |
| 37 | 34 | - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps" | ... | ... |