Skip to content

Commit

Permalink
Merge pull request #1 from Tpt/Adds-Travis
Browse files Browse the repository at this point in the history
Adds Travis support
  • Loading branch information
Tpt authored Jul 28, 2019
2 parents c146145 + 8056fde commit 4aaca7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo

0 comments on commit 4aaca7c

Please sign in to comment.