Skip to content

Commit 5acb568

Browse files
committed
[travis] Use clang 7
1 parent d258d5a commit 5acb568

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ addons:
1414
apt:
1515
sources:
1616
- ubuntu-toolchain-r-test
17-
- llvm-toolchain-xenial-6.0
17+
- llvm-toolchain-xenial-7
1818
packages:
19-
- clang-6.0
20-
- llvm-6.0-dev
19+
- clang-7
20+
- llvm-7-dev
2121
- g++-8
2222
- python3
2323
- libc++-dev
@@ -32,10 +32,10 @@ addons:
3232

3333
matrix:
3434
include:
35-
- env: C_COMPILER=clang-6.0 CXX_COMPILER=clang++-6.0 LINT=true
35+
- env: C_COMPILER=clang CXX_COMPILER=clang++-7 LINT=true
3636
sudo: false
37-
- env: C_COMPILER=clang-6.0 CXX_COMPILER=clang++-6.0 BUILD=true CONFIG=Debug
38-
- env: C_COMPILER=clang-6.0 CXX_COMPILER=clang++-6.0 BUILD=true CONFIG=Release
37+
- env: C_COMPILER=clang-7 CXX_COMPILER=clang++-7 BUILD=true CONFIG=Debug
38+
- env: C_COMPILER=clang-7 CXX_COMPILER=clang++-7 BUILD=true CONFIG=Release
3939

4040
git:
4141
# We handle submodules ourselves in xenia-build setup.

0 commit comments

Comments
 (0)