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 bc500ed
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
after_success:
- env COVERAGE_TESTING=1 travis-cargo coveralls --no-sudo
notifications:
email:
on_success: never

0 comments on commit bc500ed

Please sign in to comment.