Skip to content

Commit

Permalink
Add Travis Config
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Apr 15, 2016
1 parent 5eb4ab2 commit 4757010
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: rust
rust:
- nightly-2016-04-11
- nightly
matrix:
allow_failures:
- rust: nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- |
travis-cargo build &&
travis-cargo test
notifications:
email:
on_success: never
env:
- RUST_SYSROOT=$HOME/rust
- RUST_TEST_NOCAPTURE=1

0 comments on commit 4757010

Please sign in to comment.