trying to fix travis build configuration

pull/165/merge
Justin Richer 2012-07-23 20:37:51 -04:00
parent 164090e9d5
commit 34af81db30
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ before_install:
- git submodule update --init --recursive
jdk:
- openjdk6
install: mvn install -Dmaven.javadoc.skip=true -dskipTests=true
script: mvn -Dmaven.javadoc.skip=true test