Skip to content

Commit 3b1ec9a

Browse files
author
bors-servo
authored
Auto merge of #265 - jdub:quick-fixes, r=fitzgen
Avoid superfluous repeated builds on Travis Another fix to greatly improve test suite turnaround times.
2 parents 1003bd0 + 2895ae3 commit 3b1ec9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rust:
1414
- stable
1515

1616
env:
17-
- LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable
18-
- LLVM_VERSION=3.9 BINDGEN_FEATURES=
17+
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable
18+
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=3.9 BINDGEN_FEATURES=
1919

2020
cache:
2121
directories:

0 commit comments

Comments
 (0)