Skip to content

Commit 5ca0217

Browse files
committed
fix(travis): as learned from yup-oauth
That way, there is no redudancny anymore.
1 parent bed46ba commit 5ca0217

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ rust:
66
- stable
77
- nightly
88
matrix:
9-
include:
9+
exclude:
1010
- rust: stable
11-
env: FEATURE=with-syntex
12-
- rust: nightly
1311
env: FEATURE=nightly
1412
allow_failures:
1513
- os: osx
1614
script:
1715
- make docs-all gen-all-cli cargo-api ARGS="test --no-default-features --features=$FEATURE"
18-
- if [[ $TRAVIS_RUST_VERSION = nightly ]]; then cargo test; fi
16+
- "[[ $TRAVIS_RUST_VERSION = nightly ]] && cargo test"
1917
env:
2018
global:
2119
secure: Plj5DqAQX/4+KPM+nOAZ2sCbGIsoSrHo1YggfesQnU7paR734XO/4IayWnsNO/3q6bDi4GIcn56RUZAD3xBJJBNLia2CYIickIIYORRqLWbLdbzQaxBbD670ahtzEuUSFJTRKURPwFteAnsWYgNMNzwXOVNwLS5IUBqWTcS+N0g=
2220
matrix:
23-
- FEATURE=with-syntex
21+
- FEATURE=with-syntex
22+
- FEATURE=nightly

0 commit comments

Comments
 (0)