Skip to content

Commit 57b5fc8

Browse files
committed
Travis use release build
1 parent 618df9e commit 57b5fc8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ rust:
33
- stable
44
- beta
55
- nightly
6+
script:
7+
- cargo build --release --all --verbose
8+
- cargo test --release --all --verbose
69
matrix:
710
allow_failures:
8-
- rust: nightly
11+
- rust: nightly

0 commit comments

Comments
 (0)