Skip to content

Commit 622ece3

Browse files
committed
Remove deployment from travis
1 parent b47dada commit 622ece3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

-12
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,3 @@ script:
152152
else
153153
./ci/base-tests.sh && sleep 5
154154
fi
155-
156-
after_success:
157-
- |
158-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
159-
set -e
160-
if [[ -z ${INTEGRATION} ]]; then
161-
./.github/deploy.sh
162-
else
163-
echo "Not deploying, because we're in an integration test run"
164-
fi
165-
set +e
166-
fi

0 commit comments

Comments
 (0)