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 14, 2016
1 parent 5eb4ab2 commit 99767e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: rust
rust:
- nightly-2016-04-11
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- |
travis-cargo build &&
env RUST_SYSROOT=$HOME/rust travis-cargo test
notifications:
email:
on_success: never

0 comments on commit 99767e7

Please sign in to comment.