Skip to content

Commit 1bae7d0

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 09dc05c + 2895ae3 commit 1bae7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ rust:
1515
- nightly
1616

1717
env:
18-
- LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable
19-
- LLVM_VERSION=3.9 BINDGEN_FEATURES=
18+
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=3.8 BINDGEN_FEATURES=llvm_stable
19+
- CARGO_TARGET_DIR=/tmp/bindgen LLVM_VERSION=3.9 BINDGEN_FEATURES=
2020

2121
cache:
2222
directories:

0 commit comments

Comments
 (0)