Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abstratt authored Nov 8, 2019
1 parent 5e02447 commit 2e94aed
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 org.apache.maven.plugins:maven-deploy-plugin:2.8: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 2e94aed

Please sign in to comment.