Skip to content

Commit 329ff0a

Browse files
authored
Speed up Travis check
This speed ups test passing because by default Travis build is debug, and it's VERY slow
1 parent e372046 commit 329ff0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ language: rust
33
rust:
44
- nightly
55

6+
script:
7+
- cargo test --verbose --release

0 commit comments

Comments
 (0)