Build docs on PR requests in Travis CI

This commit is contained in:
Mark Pollack
2015-12-17 22:39:11 -05:00
parent 2672858982
commit 13247b191a

View File

@@ -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 requests 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'