Remove deployment from travis

This commit is contained in:
flip1995 2020-02-07 22:27:14 +01:00
parent b47dada167
commit 622ece3153
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -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