Skip to content

Commit

Permalink
Merge branch 'master' of github.com:abstratt/cloudfier
Browse files Browse the repository at this point in the history
  • Loading branch information
abstratt committed Nov 28, 2019
2 parents fb5871b + 2e94aed commit 6edd5ed
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 @@ -26,6 +26,6 @@ cache:
jobs:
include:
- stage: deploy
script: mvn clean deploy --settings deploy.settings.xml -DdeployAtEnd=true -Dmaven.test.skip=true
script: mvn clean install org.apache.maven.plugins:maven-deploy-plugin:2.8:deploy --settings deploy.settings.xml -DdeployAtEnd=true -Dmaven.test.skip=true
- stage: compile_and_test
script: mvn clean install

0 comments on commit 6edd5ed

Please sign in to comment.