Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit e63f086

Browse files
author
Edvin Syse
authored
Merge pull request #1130 from abhinayagarwal/master
Fix Travis CI
2 parents c1c96b2 + fe83533 commit e63f086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cache:
3636
deploy:
3737
# Deploy snapshots & releases on every commit made to master
3838
- provider: script
39-
script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy"
39+
script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy -Dmaven.test.skip=true -Dgpg.skip=true"
4040
skip_cleanup: true
4141
on:
4242
all_branches: true

0 commit comments

Comments
 (0)