You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2015/08/09 15:33:08 UTC

incubator-johnzon git commit: try to fix javadoc problem on travis

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master 25af9f527 -> 2108077e0


try to fix javadoc problem on travis


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/2108077e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/2108077e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/2108077e

Branch: refs/heads/master
Commit: 2108077e0efacab9b7f2a5527f785ea51711978c
Parents: 25af9f5
Author: Hendrik Saly <he...@gmail.com>
Authored: Sun Aug 9 15:34:12 2015 +0200
Committer: Hendrik Saly <he...@gmail.com>
Committed: Sun Aug 9 15:34:12 2015 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/2108077e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index be0c03a..8583ba4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,6 @@ jdk:
   - openjdk7
   - oraclejdk7
   - oraclejdk8 
-script: mvn clean install
+before_install: mvn clean install -DskipTests=true
 after_success:
   - mvn clean cobertura:cobertura coveralls:report