Skip to content

Commit 527b4c4

Browse files
committed
just test
1 parent 7f13adc commit 527b4c4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ dist: trusty
99
before_script:
1010
- jdk_switcher use $JDK
1111

12-
install: mvn clean verify -Dgpg.skip
12+
# install: mvn clean verify -Dgpg.skip
13+
install: cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy -P gpg
1314

15+
# TODO(weiguo) not tested yet
1416
deploy:
1517
provider: script
1618
script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy -P gpg"

0 commit comments

Comments
 (0)