We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7750efa commit 24e2b6aCopy full SHA for 24e2b6a
.travis.yml
@@ -12,9 +12,9 @@ dist: xenial
12
addons:
13
apt:
14
packages:
15
- - llvm-3.8-dev
16
- - libclang-3.8-dev
17
- - clang-3.8
+ - llvm-3.9-dev
+ - libclang-3.9-dev
+ - clang-3.9
18
- cmake
19
rust:
20
- stable
@@ -27,6 +27,6 @@ env:
27
# Pinned to this particular nightly version because of core_io. This can be
28
# re-pinned whenever core_io is updated to the latest nightly.
29
- CORE_IO_NIGHTLY=nightly-2019-07-01
30
- - LLVM_CONFIG_PATH=llvm-config-3.8
+ - LLVM_CONFIG_PATH=llvm-config-3.9
31
script:
32
- ./ct.sh
0 commit comments