Skip to content

Commit 5e9a476

Browse files
committed
Add CI setting for travis
1 parent c2515b2 commit 5e9a476

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: rust
2+
3+
rust:
4+
- stable
5+
- beta
6+
- nightly
7+
8+
os:
9+
- linux
10+
11+
cache: cargo
12+
13+
matrix:
14+
allow_failures:
15+
- rust: nightly
16+
17+
script:
18+
- cargo build -vv

0 commit comments

Comments
 (0)