mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-20 09:11:00 +01:00
fix(travis): no need to build separately
It's essentially done by `travis-cargo test`.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user