We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57ce12 commit e964aeeCopy full SHA for e964aee
1 file changed
.travis.yml
@@ -7,8 +7,8 @@ before_install:
7
- mvn clean
8
- git clone -b travis `git config --get remote.origin.url` target/travis
9
- cp target/travis/settings.xml ~/.m2/settings.xml
10
-install: mvn install -DskipTests=true
11
-script: mvn verify
+install: mvn install -Dgpg.skip=true
+script: mvn verify -Dgpg.skip=true
12
branches:
13
only:
14
- master
0 commit comments