Skip to content

Commit

Permalink
Rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TDesjardins committed Feb 13, 2019
1 parent 76225b6 commit 92115d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deploy-snapshot.sh
@@ -1,6 +1,6 @@
echo check deployment

if [ "$TRAVIS_REPO_SLUG" == "TDesjardins/gwt-ol3" ] && \
if [ "$TRAVIS_REPO_SLUG" == "TDesjardins/gwt-ol" ] && \
[ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && \
[ "$TRAVIS_PULL_REQUEST" == "false" ] && \
[ "$TRAVIS_BRANCH" == "master" ]; then
Expand Down

0 comments on commit 92115d9

Please sign in to comment.