Skip to content

Commit

Permalink
Add output messages
Browse files Browse the repository at this point in the history
  • Loading branch information
TDesjardins committed Feb 13, 2019
1 parent dabe3aa commit 76225b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/deploy-snapshot.sh
@@ -1,7 +1,10 @@
echo check deployment

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

echo deploy snapshot
mvn -s ci/settings.xml clean deploy -Dmaven.test.skip=true -Dinvoker.skip=true
fi
fi

0 comments on commit 76225b6

Please sign in to comment.