Skip to content

Commit 78c7d46

Browse files
committed
fix(travis): improve handling of error code if stable is tested
1 parent e1772d9 commit 78c7d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rust:
44
- nightly
55
script:
66
- make docs-all gen-all-cli cargo-api ARGS=test
7-
- [[ $TRAVIS_RUST_VERSION = nightly ]] && cargo test
7+
- if [[ $TRAVIS_RUST_VERSION = nightly ]]; then cargo test; fi
88
env:
99
global:
1010
secure: Plj5DqAQX/4+KPM+nOAZ2sCbGIsoSrHo1YggfesQnU7paR734XO/4IayWnsNO/3q6bDi4GIcn56RUZAD3xBJJBNLia2CYIickIIYORRqLWbLdbzQaxBbD670ahtzEuUSFJTRKURPwFteAnsWYgNMNzwXOVNwLS5IUBqWTcS+N0g=

0 commit comments

Comments
 (0)