We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fb61e commit fad85eaCopy full SHA for fad85ea
1 file changed
.travis.yml
@@ -1,15 +1,15 @@
1
language: java
2
+os: linux
3
4
before_install:
- - chmod +x .travis/*.sh
5
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
6
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
7
8
script:
9
- mvn clean test -Pdebug -B -U -Dgpg.skip -Dmaven.javadoc.skip=true
10
11
after_script:
12
- - mvn deploy --settings .maven.xml -B -U -Prelease
+ - test $TRAVIS_PULL_REQUEST = "false" && mvn deploy --settings .maven.xml -B -U -Prelease
13
14
before_deploy:
15
- mvn help:evaluate -N -Dexpression=project.version|grep -v '\['
0 commit comments