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.
2 parents 90fcdaf + 35125d3 commit c012fecCopy full SHA for c012fec
.travis.yml
@@ -50,9 +50,9 @@ script:
50
after_success: |
51
#!/bin/bash
52
if [ $(uname) == Linux ]; then
53
- ./.github/deploy.sh
54
- # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
55
set -e
+ ./.github/deploy.sh
+ # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
56
if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&
57
[ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] &&
58
[ "$TRAVIS_BRANCH" == "master" ] &&
0 commit comments