Skip to content

Commit

Permalink
move from travis-cargo to cargo-travis
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanbalci committed May 17, 2017
1 parent 35566ee commit e303d5b
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,30 @@ addons:
- libelf-dev
- libdw-dev
- binutils-dev
- cmake
sources:
- kalakris-cmake

rust:
- stable
- beta
- nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.local/bin:$PATHi &&
cargo install cargo-travis &&
export PATH=$HOME/.cargo/bin:$PATH
script:
- |
travis-cargo build &&
travis-cargo test &&
travis-cargo bench &&
travis-cargo --only stable doc
cargo build &&
cargo test &&
cargo bench &&
cargo --only stable doc
after_success:
- travis-cargo --only stable doc-upload
- travis-cargo coveralls --no-sudo --verify
- cargo coveralls
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
Expand Down

0 comments on commit e303d5b

Please sign in to comment.