Skip to content

Commit

Permalink
Remove deployment from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Feb 12, 2020
1 parent b47dada commit 622ece3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 622ece3

Please sign in to comment.