Skip to content

Commit 0234624

Browse files
committed
Set up Travis CI
1 parent 9737475 commit 0234624

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+
dist: bionic
2+
language: rust
3+
rust:
4+
- stable
5+
- beta
6+
- nightly
7+
jobs:
8+
allow_failures:
9+
- rust: nightly
10+
fast_finish: true
11+
cache: cargo

0 commit comments

Comments
 (0)