Skip to content

Commit 50fdafe

Browse files
committed
Run tests with more versions of libclang
First, update our existing 3.8.X and 3.9.X libclang testing versions to their latest point releases. Second, add testing on the latest 3.7.X release and the latest 4.0.X release.
1 parent 4bc1336 commit 50fdafe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ rust:
1414
- stable
1515

1616
env:
17-
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=3.8 BINDGEN_FEATURES=testing_only_llvm_stable
18-
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=3.9 BINDGEN_FEATURES=
17+
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=3.7.1 BINDGEN_FEATURES=testing_only_llvm_stable
18+
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=3.8.1 BINDGEN_FEATURES=testing_only_llvm_stable
19+
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=3.9.1 BINDGEN_FEATURES=
20+
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=4.0.0 BINDGEN_FEATURES=
1921

2022
cache:
2123
directories:

0 commit comments

Comments
 (0)