Skip to content

Commit f6a9f05

Browse files
committed
Upgrade travis' clang
1 parent 49f1865 commit f6a9f05

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: cpp
2+
sudo: false
3+
dist: trusty
24

35
matrix:
46
include:
@@ -19,13 +21,13 @@ matrix:
1921
apt:
2022
sources:
2123
- ubuntu-toolchain-r-test
22-
- llvm-toolchain-precise-3.8
24+
- llvm-toolchain-trusty-4.0
2325
packages:
24-
- clang-3.8
26+
- clang-4.0
2527
- zip
2628
env:
27-
ENV_CXX=clang++-3.8
28-
ENV_CC=clang-3.8
29+
ENV_CXX=clang++-4.0
30+
ENV_CC=clang-4.0
2931
NIGHTLY_UPLOAD=0
3032

3133
before_script:

0 commit comments

Comments
 (0)