Update .travis.yml

This commit is contained in:
Spencer Gibb
2016-03-04 12:12:36 -07:00
parent 98bb87e73e
commit 85dc59ea5f

View File

@@ -10,6 +10,7 @@ before_install:
- echo "https://$GH_TOKEN:@github.com" > .git/credentials
- gem install asciidoctor
install:
- env
- ./mvnw install -P docs -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
- '[ "${MVN_GOAL}" != install" ] || ./docs/src/main/asciidoc/ghpages.sh'
script: