We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618df9e commit 57b5fc8Copy full SHA for 57b5fc8
.travis.yml
@@ -3,6 +3,9 @@ rust:
3
- stable
4
- beta
5
- nightly
6
+script:
7
+ - cargo build --release --all --verbose
8
+ - cargo test --release --all --verbose
9
matrix:
10
allow_failures:
- - rust: nightly
11
+ - rust: nightly
0 commit comments