Skip to content

Commit

Permalink
Update publishing command line to be identical to other projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Aug 17, 2015
1 parent df0fead commit e8192af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ after_success:
- PROJECT_VERSION=`mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -v '\['`
- if [[ "$PROJECT_VERSION" =~ .*SNAPSHOT ]] && [[ "${TRAVIS_BRANCH}" = "master" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]];
then
mvn deploy -Ppublish -DskipTests ;
mvn -s .travis.maven.settings.xml deploy -DskipTests ;
./.travis.swagger.sh ;
curl --data "build=true" -X POST https://registry.hub.docker.com/u/hawkular/hawkular-metrics/trigger/5e78d947-bbc3-403d-804d-1b9f92d78ed8/ ;
curl --data "build=true" -X POST https://registry.hub.docker.com/u/hawkular/hawkular-cassandra/trigger/4c78fb4a-acad-4801-83a7-0794347bbe90/ ;
Expand Down

0 comments on commit e8192af

Please sign in to comment.