Skip to content

Commit 0ecf5c7

Browse files
authored
Merge pull request #1 from hjr3/travis
Add travis.yml
2 parents 11b6ed3 + 792ae0d commit 0ecf5c7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: rust
2+
sudo: false
3+
4+
rust:
5+
- nightly
6+
- beta
7+
- stable
8+
9+
matrix:
10+
allow_failures:
11+
- rust: nightly
12+
13+
cache:
14+
cargo: true

0 commit comments

Comments
 (0)