mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Remove deployment from travis
This commit is contained in:
parent
b47dada167
commit
622ece3153
1 changed files with 0 additions and 12 deletions
12
.travis.yml
12
.travis.yml
|
@ -152,15 +152,3 @@ script:
|
|||
else
|
||||
./ci/base-tests.sh && sleep 5
|
||||
fi
|
||||
|
||||
after_success:
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
set -e
|
||||
if [[ -z ${INTEGRATION} ]]; then
|
||||
./.github/deploy.sh
|
||||
else
|
||||
echo "Not deploying, because we're in an integration test run"
|
||||
fi
|
||||
set +e
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue