Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Dec 25, 2016
1 parent 38e29df commit 5f309dd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ addons:
- libdw-dev
- binutils-dev
rust:
- stable
- beta
- nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- "travis-cargo build &&\ntravis-cargo test &&\ntravis-cargo bench && \ntravis-cargo
--only stable doc\n"
- "travis-cargo build &&\ntravis-cargo test && \ntravis-cargo
--only nightly doc\n"
after_success:
- travis-cargo --only stable doc-upload
- travis-cargo --only nightly doc-upload
- travis-cargo coveralls --no-sudo --verify
env:
global:
Expand Down

0 comments on commit 5f309dd

Please sign in to comment.