Commit a99b6a331bbac05f32242ab289c484f6c237feff

Authored by Henry Fredrick Schreiner
1 parent a997a343

Another attempt to fix travis

Showing 1 changed file with 6 additions and 3 deletions
.travis.yml
@@ -14,7 +14,9 @@ matrix: @@ -14,7 +14,9 @@ matrix:
14 - ubuntu-toolchain-r-test 14 - ubuntu-toolchain-r-test
15 packages: 15 packages:
16 - g++-4.9 16 - g++-4.9
17 - env: CXX=g++-4.9 17 + env:
  18 + - CC=gcc-4.8
  19 + - CXX=g++-4.8
18 - compiler: gcc 20 - compiler: gcc
19 addons: 21 addons:
20 apt: 22 apt:
@@ -22,7 +24,9 @@ matrix: @@ -22,7 +24,9 @@ matrix:
22 - ubuntu-toolchain-r-test 24 - ubuntu-toolchain-r-test
23 packages: 25 packages:
24 - g++-4.8 26 - g++-4.8
25 - env: CXX=g++-4.8 27 + env:
  28 + - CC=gcc-4.8
  29 + - CXX=g++-4.8
26 - compiler: clang 30 - compiler: clang
27 addons: 31 addons:
28 apt: 32 apt:
@@ -31,7 +35,6 @@ matrix: @@ -31,7 +35,6 @@ matrix:
31 - llvm-toolchain-precise-3.6 35 - llvm-toolchain-precise-3.6
32 packages: 36 packages:
33 - clang-3.6 37 - clang-3.6
34 - env: CXX=clang-3.6  
35 38
36 install: 39 install:
37 - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps" 40 - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"