Build with no-panic in Travis

This commit is contained in:
David Tolnay
2019-05-16 23:37:33 -07:00
parent 49d95ca072
commit 1854015e2c
+10 -5
View File
@@ -1,12 +1,17 @@
language: rust
rust:
- nightly
- beta
- stable
matrix:
include:
- rust: nightly
script:
- cargo test
- cargo build --tests --features no-panic --release
- rust: beta
script:
- cargo test
- rust: stable
script:
- cargo test
- rust: 1.15.0
script:
- cargo build