File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ install:
30
30
- mkdir -p ${HOME}/bin
31
31
- if [ "${CC}" = "gcc" ]; then export TOOLSET="gcc"; ln -s `which g++-4.8` ${HOME}/bin/g++;
32
32
ln -s `which gcc-4.8` ${HOME}/bin/gcc; fi
33
- - if [ "${CC}" = "clang" ]; then export TOOLSET="clang"; ln -s `which clang-3.7 ` ${HOME}/bin/clang;
34
- ln -s `which clang++-3.7 ` ${HOME}/bin/clang++; fi
33
+ - if [ "${CC}" = "clang" ]; then export TOOLSET="clang"; ln -s `which clang-3.6 ` ${HOME}/bin/clang;
34
+ ln -s `which clang++-3.6 ` ${HOME}/bin/clang++; fi
35
35
- export BOOST_VERSION=${BOOST_VER//./_}
36
36
- export PATH=${HOME}/bin:${PATH}
37
37
- travis_wait ./install-boost.sh
@@ -49,12 +49,12 @@ addons:
49
49
apt :
50
50
sources :
51
51
- ubuntu-toolchain-r-test
52
- - llvm-toolchain-precise-3.7
52
+ - llvm-toolchain-precise-3.6
53
53
- kalakris-cmake
54
54
packages :
55
55
- gcc-4.8
56
56
- g++-4.8
57
- - clang-3.7
57
+ - clang-3.6
58
58
- cmake
59
59
notifications :
60
60
slack :
You can’t perform that action at this time.
0 commit comments