Skip to content

Commit

Permalink
fix(travis): as learned from yup-oauth
Browse files Browse the repository at this point in the history
That way, there is no redudancny anymore.
  • Loading branch information
Byron committed May 25, 2016
1 parent bed46ba commit 5ca0217
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ rust:
- stable
- nightly
matrix:
include:
exclude:
- rust: stable
env: FEATURE=with-syntex
- rust: nightly
env: FEATURE=nightly
allow_failures:
- os: osx
script:
- make docs-all gen-all-cli cargo-api ARGS="test --no-default-features --features=$FEATURE"
- if [[ $TRAVIS_RUST_VERSION = nightly ]]; then cargo test; fi
- "[[ $TRAVIS_RUST_VERSION = nightly ]] && cargo test"
env:
global:
secure: Plj5DqAQX/4+KPM+nOAZ2sCbGIsoSrHo1YggfesQnU7paR734XO/4IayWnsNO/3q6bDi4GIcn56RUZAD3xBJJBNLia2CYIickIIYORRqLWbLdbzQaxBbD670ahtzEuUSFJTRKURPwFteAnsWYgNMNzwXOVNwLS5IUBqWTcS+N0g=
matrix:
- FEATURE=with-syntex
- FEATURE=with-syntex
- FEATURE=nightly

0 comments on commit 5ca0217

Please sign in to comment.