Skip to content

Commit d48bff5

Browse files
committed
gcc-4.6 in Travis
and clang-3.0, the default
1 parent 93d7467 commit d48bff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
#- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
1212
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.6" CC="gcc-4.6"; fi
1313
# /usr/bin/clang is our version already, and clang-X.Y does not exist.
14-
#- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.3" CC="clang-3.3"; fi
14+
#- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.0" CC="clang-3.0"; fi
1515
- echo ${PATH}
1616
- ls /usr/local
1717
- export PATH=/usr/bin:${PATH}
@@ -24,7 +24,7 @@ addons:
2424
packages:
2525
- gcc-4.6
2626
- g++-4.6
27-
- clang-3.3
27+
- clang
2828
- valgrind
2929
os:
3030
- linux

0 commit comments

Comments
 (0)