Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4a86da

Browse files
authored
Update travis config to test against clang 9
1 parent 17bd85a commit b4a86da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ addons:
1919
- llvm-toolchain-trusty
2020
packages:
2121
- python2.7
22-
- clang-8
23-
- lld-8
22+
- clang-9
23+
- lld-9
2424
- ninja-build
2525

2626
cache:
@@ -37,12 +37,12 @@ env:
3737
- CMAKE_VERSION="3.9.1"
3838
matrix:
3939
include:
40-
- env: RELEASE=debug ARCH=x64 CLANG_VERSION=8
41-
- env: RELEASE=optimised ARCH=x64 CLANG_VERSION=8
40+
- env: RELEASE=debug ARCH=x64 CLANG_VERSION=9
41+
- env: RELEASE=optimised ARCH=x64 CLANG_VERSION=9
4242
allow_failures:
4343
# Clang 6.0~svn320382 has a bug that causes optimised builds to fail.
4444
# See https://bugs.llvm.org/show_bug.cgi?id=34897
45-
- env: RELEASE=optimised ARCH=x64 CLANG_VERSION=8
45+
- env: RELEASE=optimised ARCH=x64 CLANG_VERSION=9
4646

4747
before_install:
4848
- export CC="$CC-$CLANG_VERSION"

0 commit comments

Comments
 (0)