Skip GPG sign for testing with Travis

This commit is contained in:
Taro L. Saito 2013-12-10 11:01:16 +09:00
parent d2f4587771
commit c662e1c86d
1 changed files with 5 additions and 0 deletions

View File

@ -1,2 +1,7 @@
language: java
install: mvn install -DskipTests=true -Dgpg.skip=true
jdk:
- oraclejdk7
- openjdk7