Skip to content

Commit

Permalink
(chore) update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jan 7, 2016
1 parent d638e50 commit 3b74852
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ rust:
- beta
- 1.4.0
- 1.5.0
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- |
cargo test &&
cargo test --features serde_type --no-default-features
travis-cargo --only nightly test --features serde_type --no-default-features
after_success: |
echo $TRAVIS_RUST_VERSION && \
[ $TRAVIS_BRANCH == 'master' ] && \
Expand Down

0 comments on commit 3b74852

Please sign in to comment.