Skip to content

Commit 28b6ee0

Browse files
committed
Updated clang version.
1 parent 3d0fa60 commit 28b6ee0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export PATH="${BASE}/usr/bin:$PATH"; fi
1111
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export LD_LIBRARY_PATH="${BASE}/usr/lib:$LD_LIBRARY_PATH"; fi
1212
- if [ "$CXX" = "g++" ]; then export CXX="g++-6" CC="gcc-6"; fi
13-
- if [ "$CXX" = "clang++" ] && [ "$TRAVIS_OS_NAME" == "linux" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
13+
- if [ "$CXX" = "clang++" ] && [ "$TRAVIS_OS_NAME" == "linux" ]; then export CXX="clang++-3.9" CC="clang-3.9"; fi
1414
#gtest
1515
- wget https://github.com/google/googletest/archive/release-1.7.0.zip -O googletest-release-1.7.0.zip
1616
- unzip -q googletest-release-1.7.0.zip
@@ -50,15 +50,15 @@ matrix:
5050
apt:
5151
sources:
5252
- ubuntu-toolchain-r-test
53-
- llvm-toolchain-precise-3.7
53+
- llvm-toolchain-precise-3.9
5454
- llvm-toolchain-precise
5555
packages:
5656
- g++-multilib
5757
- gcc-multilib
5858
- gcc-5-multilib
5959
- g++-5-multilib
6060
- bzip2
61-
- clang-3.7
61+
- clang-3.9
6262
- libc6-dbg
6363
- os: linux
6464
compiler: clang
@@ -67,7 +67,7 @@ matrix:
6767
apt:
6868
sources:
6969
- ubuntu-toolchain-r-test
70-
- llvm-toolchain-precise-3.7
70+
- llvm-toolchain-precise-3.9
7171
- llvm-toolchain-precise
7272
packages:
7373
- g++-multilib
@@ -79,7 +79,7 @@ matrix:
7979
- libc6-i386
8080
- lib32z1-dev
8181
- bzip2
82-
- clang-3.7
82+
- clang-3.9
8383
- libc6-dbg
8484
- os: linux
8585
compiler: clang
@@ -88,15 +88,15 @@ matrix:
8888
apt:
8989
sources:
9090
- ubuntu-toolchain-r-test
91-
- llvm-toolchain-precise-3.7
91+
- llvm-toolchain-precise-3.9
9292
- llvm-toolchain-precise
9393
packages:
9494
- g++-multilib
9595
- gcc-multilib
9696
- gcc-5-multilib
9797
- g++-5-multilib
9898
- bzip2
99-
- clang-3.7
99+
- clang-3.9
100100
- libc6-dbg
101101
- os: linux
102102
compiler: clang
@@ -105,7 +105,7 @@ matrix:
105105
apt:
106106
sources:
107107
- ubuntu-toolchain-r-test
108-
- llvm-toolchain-precise-3.7
108+
- llvm-toolchain-precise-3.9
109109
- llvm-toolchain-precise
110110
packages:
111111
- g++-multilib
@@ -117,7 +117,7 @@ matrix:
117117
- libc6-i386
118118
- lib32z1-dev
119119
- bzip2
120-
- clang-3.7
120+
- clang-3.9
121121
- libc6-dbg
122122
- os: linux
123123
compiler: gcc

0 commit comments

Comments
 (0)