Skip to content

Commit aad2e26

Browse files
author
Jethro Beekman
committed
Update bindgen
1 parent 7750efa commit aad2e26

File tree

8 files changed

+319
-240
lines changed

8 files changed

+319
-240
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dist: xenial
1212
addons:
1313
apt:
1414
packages:
15-
- llvm-3.8-dev
16-
- libclang-3.8-dev
17-
- clang-3.8
15+
- llvm-3.9-dev
16+
- libclang-3.9-dev
17+
- clang-3.9
1818
- cmake
1919
rust:
2020
- stable
@@ -27,6 +27,6 @@ env:
2727
# Pinned to this particular nightly version because of core_io. This can be
2828
# re-pinned whenever core_io is updated to the latest nightly.
2929
- CORE_IO_NIGHTLY=nightly-2019-07-01
30-
- LLVM_CONFIG_PATH=llvm-config-3.8
30+
- LLVM_CONFIG_PATH=llvm-config-3.9
3131
script:
3232
- ./ct.sh

0 commit comments

Comments
 (0)