Skip to content

Commit

Permalink
.travis: Update. No update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Dec 17, 2016
1 parent dc3a109 commit 47c8915
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,20 @@ sudo: false

# run builds for all the trains (and more)
rust:
- 1.10
- stable
- beta
- nightly

# load travis-cargo
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
# the main build
script:
- |
travis-cargo build &&
travis-cargo test &&
travis-cargo test -- --release &&
travis-cargo doc &&
cargo build &&
cargo test &&
cargo test --release &&
cargo doc &&
cargo bench
after_success:
# upload the documentation (GH_TOKEN from env)
- travis-cargo --only nightly doc-upload
branches:
only:
- master

env:
global:
# override the default `--features unstable` used for the nightly branch (optional)
- TRAVIS_CARGO_NIGHTLY_FEATURE=""

0 comments on commit 47c8915

Please sign in to comment.