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 18737f5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
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 &&
env RUST_SYSROOT=$HOME/rust RUST_TEST_NOCAPTURE=1 travis-cargo test
notifications:
email:
on_success: never

0 comments on commit 18737f5

Please sign in to comment.