Skip to content

Commit 040ca18

Browse files
committed
add travis config
1 parent f43cb12 commit 040ca18

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)