From 7e6e291f79847a7566f0c2890dc38a28b9c538ea Mon Sep 17 00:00:00 2001 From: Julian Blazek Date: Sun, 18 Mar 2018 17:37:52 +0100 Subject: [PATCH] Now travis shouldn't skip generating javadocs --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9cf10bd..2fc1607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ jdk: os: - linux if: tag IS blank +install: + - mvn install -DskipTests=true -B -V before_deploy: - export GIT_TAG=$TRAVIS_BRANCH-0.1.$TRAVIS_BUILD_NUMBER - git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER."