trying to fix travis build configuration still

pull/165/merge
Justin Richer 2012-07-23 23:09:15 -04:00
parent 04de43afb7
commit 1985245f17
1 changed files with 1 additions and 1 deletions

View File

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