Skip to content

Commit

Permalink
Fix travis to disable GPG signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Jul 17, 2015
1 parent 9e329e8 commit 7c0b30b
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
@@ -1,4 +1,4 @@
sudo: false
language: java
script:
- mvn integration-test test
- mvn integration-test test -Dgpg.skip=true

0 comments on commit 7c0b30b

Please sign in to comment.