We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1772d9 commit 78c7d46Copy full SHA for 78c7d46
1 file changed
.travis.yml
@@ -4,7 +4,7 @@ rust:
4
- nightly
5
script:
6
- make docs-all gen-all-cli cargo-api ARGS=test
7
- - [[ $TRAVIS_RUST_VERSION = nightly ]] && cargo test
+ - if [[ $TRAVIS_RUST_VERSION = nightly ]]; then cargo test; fi
8
env:
9
global:
10
secure: Plj5DqAQX/4+KPM+nOAZ2sCbGIsoSrHo1YggfesQnU7paR734XO/4IayWnsNO/3q6bDi4GIcn56RUZAD3xBJJBNLia2CYIickIIYORRqLWbLdbzQaxBbD670ahtzEuUSFJTRKURPwFteAnsWYgNMNzwXOVNwLS5IUBqWTcS+N0g=
0 commit comments