Skip to content

Commit

Permalink
fix(travis): no need to build separately
Browse files Browse the repository at this point in the history
It's essentially done by `travis-cargo test`.
  • Loading branch information
Byron committed Sep 25, 2016
1 parent c6bef14 commit 5787f61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ matrix:
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/Library/Python/2.7/bin:$HOME/.local/bin:$PATH
script:
- travis-cargo build -- --features $FEATURE --no-default-features
- travis-cargo test -- --features $FEATURE --no-default-features
- travis-cargo doc -- --features $FEATURE --no-default-features
after_success:
Expand Down

0 comments on commit 5787f61

Please sign in to comment.