From 1985245f17a1ec7d5775f09a702c1fd1625b729c Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Mon, 23 Jul 2012 23:09:15 -0400 Subject: [PATCH] trying to fix travis build configuration still --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 180e3d404..5694291f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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