Skip to content

Commit ae4b093

Browse files
author
Jethro Beekman
committed
Update bindgen
1 parent d0f4fa7 commit ae4b093

File tree

8 files changed

+373
-242
lines changed

8 files changed

+373
-242
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ branches:
66
- trying
77
# Not really necessary, just to get a green badge on “master”
88
- master
9+
- acruceru/fix-cert-issue
910
language: rust
1011
os: linux
1112
dist: xenial
1213
addons:
1314
apt:
1415
packages:
15-
- llvm-3.8-dev
16-
- libclang-3.8-dev
17-
- clang-3.8
16+
- llvm-3.9-dev
17+
- libclang-3.9-dev
18+
- clang-3.9
1819
- cmake
1920
rust:
2021
- stable
@@ -27,6 +28,6 @@ env:
2728
# Pinned to this particular nightly version because of core_io. This can be
2829
# re-pinned whenever core_io is updated to the latest nightly.
2930
- CORE_IO_NIGHTLY=nightly-2019-07-01
30-
- LLVM_CONFIG_PATH=llvm-config-3.8
31+
- LLVM_CONFIG_PATH=llvm-config-3.9
3132
script:
3233
- ./ct.sh

0 commit comments

Comments
 (0)