Move ghpages to script

This commit is contained in:
Dave Syer
2015-08-25 14:15:51 +01:00
parent 00cc64c6c5
commit b3ca7430b0

View File

@@ -15,8 +15,8 @@ before_install:
- gem install asciidoctor
install:
- mvn --settings .settings.xml install -P docs -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
- ./docs/src/main/asciidoc/ghpages.sh
script:
- ./docs/src/main/asciidoc/ghpages.sh
- git status
- ls -a
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || mvn --settings .settings.xml deploy -P release -nsu -Dmaven.test.redirectTestOutputToFile=true'