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 f43cb12 commit 040ca18Copy full SHA for 040ca18
.travis.yml
@@ -0,0 +1,11 @@
1
+language: rust
2
+rust:
3
+ - stable
4
+ - beta
5
+ - nightly
6
+script: cargo test --verbose -- --test-threads=1
7
+matrix:
8
+ allow_failures:
9
+ - rust: nightly
10
+ fast_finish: true
11
+cache: cargo
0 commit comments