Skip to content

Commit

Permalink
gcc-4.6 in Travis
Browse files Browse the repository at this point in the history
and clang-3.0, the default
  • Loading branch information
cdunn2001 committed Jul 12, 2015
1 parent 93d7467 commit d48bff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
#- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.6" CC="gcc-4.6"; fi
# /usr/bin/clang is our version already, and clang-X.Y does not exist.
#- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.3" CC="clang-3.3"; fi
#- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.0" CC="clang-3.0"; fi
- echo ${PATH}
- ls /usr/local
- export PATH=/usr/bin:${PATH}
Expand All @@ -24,7 +24,7 @@ addons:
packages:
- gcc-4.6
- g++-4.6
- clang-3.3
- clang
- valgrind
os:
- linux
Expand Down

0 comments on commit d48bff5

Please sign in to comment.