Skip to content

Commit c2bc792

Browse files
committed
MAINT: Disable cargo incremental for all travis configurations
It slows down the build a bit, and we have no benefit from it in travis.
1 parent abda078 commit c2bc792

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ matrix:
1010
- rust: stable
1111
env:
1212
- FEATURES='test docs'
13-
- CARGO_INCREMENTAL=0
1413
- rust: beta
1514
env:
1615
- FEATURES='test docs'
17-
- CARGO_INCREMENTAL=0
1816
- rust: nightly
1917
env:
2018
- FEATURES='test docs'
2119
- IS_NIGHTLY=1
22-
- CARGO_INCREMENTAL=0
20+
env:
21+
global:
22+
- HOST=x86_64-unknown-linux-gnu
23+
- CARGO_INCREMENTAL=0
2324
branches:
2425
only:
2526
- master

0 commit comments

Comments
 (0)