Skip to content

Commit eebe23f

Browse files
committed
Add Travis CI metadata.
Copied from crates.io/travis-ci Rust guide.
1 parent d969b43 commit eebe23f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)