Navigation Menu

Skip to content

Commit

Permalink
Add Travis CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbrandenburg committed Feb 18, 2016
1 parent 3dc0afd commit 7da8fc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script: cargo test --verbose --no-run && cargo test --verbose --lib

0 comments on commit 7da8fc0

Please sign in to comment.