Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit932bbd0

Browse files
committed
Travis CI uses clang 3.7
1 parent91b5bd4 commit932bbd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ install:
3030
-mkdir -p ${HOME}/bin
3131
-if [ "${CC}" = "gcc" ]; then export TOOLSET="gcc"; ln -s `which g++-4.8` ${HOME}/bin/g++;
3232
ln -s `which gcc-4.8` ${HOME}/bin/gcc; 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
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
3535
-export BOOST_VERSION=${BOOST_VER//./_}
3636
-export PATH=${HOME}/bin:${PATH}
3737
-travis_wait ./install-boost.sh
@@ -49,12 +49,12 @@ addons:
4949
apt:
5050
sources:
5151
-ubuntu-toolchain-r-test
52-
-llvm-toolchain-precise-3.6
52+
-llvm-toolchain-precise-3.7
5353
-kalakris-cmake
5454
packages:
5555
-gcc-4.8
5656
-g++-4.8
57-
-clang-3.6
57+
-clang-3.7
5858
-cmake
5959
notifications:
6060
slack:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp