Skip to content

Commit

Permalink
Update travis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu committed May 19, 2016
1 parent ffed106 commit 0a426fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
fi
else
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" docker-registry.easemob.com
mvn clean test install sonar:sonar package deploy \
mvn clean test install sonar:sonar package deploy -U \
-Pdocker -Pci \
-s settings.xml \
-DpushImage \
Expand Down

0 comments on commit 0a426fb

Please sign in to comment.