Skip to content

Commit 16ef932

Browse files
committed
Added .travis.yml
1 parent 33d26d4 commit 16ef932

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: rust
2+
rust:
3+
- stable
4+
- beta
5+
- nightly
6+
7+
matrix:
8+
allow_failures:
9+
- rust: beta
10+
- rust: nightly
11+

0 commit comments

Comments
 (0)