Skip to content

Commit

Permalink
fix(travis): improve handling of error code if stable is tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 8, 2015
1 parent e1772d9 commit 78c7d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rust:
- nightly
script:
- make docs-all gen-all-cli cargo-api ARGS=test
- [[ $TRAVIS_RUST_VERSION = nightly ]] && cargo test
- if [[ $TRAVIS_RUST_VERSION = nightly ]]; then cargo test; fi
env:
global:
secure: Plj5DqAQX/4+KPM+nOAZ2sCbGIsoSrHo1YggfesQnU7paR734XO/4IayWnsNO/3q6bDi4GIcn56RUZAD3xBJJBNLia2CYIickIIYORRqLWbLdbzQaxBbD670ahtzEuUSFJTRKURPwFteAnsWYgNMNzwXOVNwLS5IUBqWTcS+N0g=

0 comments on commit 78c7d46

Please sign in to comment.