script fixes

This commit is contained in:
Andre Bogus 2017-01-09 16:45:33 +01:00
parent e457cd9c26
commit 0c7992cdf5
1 changed files with 1 additions and 1 deletions

View File

@ -43,10 +43,10 @@ script:
- set +e - set +e
after_success: | after_success: |
#!/bin/bash
if [ $(uname) == Linux ]; then if [ $(uname) == Linux ]; then
./.github/deploy.sh ./.github/deploy.sh
# trigger rebuild of the clippy-service, to keep it up to date with clippy itself # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
#!/bin/bash
set -e set -e
if [ "$TRAVIS_PULL_REQUEST" == "false" ] && if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&
[ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] && [ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] &&