From 13247b191a1b682437968687b09d95cf198f1f24 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Thu, 17 Dec 2015 22:39:11 -0500 Subject: [PATCH] Build docs on PR requests in Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb46c268f..ebc351d7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ install: true # is for a normal branch commit. When the build is for a pull request, it will # contain the pull request’s number. script: - - '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw -s .settings.xml package -U -Dmaven.test.redirectTestOutputToFile=false' + - '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw -s .settings.xml package -Pfull -U -Dmaven.test.redirectTestOutputToFile=false'