Commit b3ca7430 by Dave Syer

Move ghpages to script

parent 00cc64c6
...@@ -15,8 +15,8 @@ before_install: ...@@ -15,8 +15,8 @@ before_install:
- gem install asciidoctor - gem install asciidoctor
install: install:
- mvn --settings .settings.xml install -P docs -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true - mvn --settings .settings.xml install -P docs -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
- ./docs/src/main/asciidoc/ghpages.sh
script: script:
- ./docs/src/main/asciidoc/ghpages.sh
- git status - git status
- ls -a - ls -a
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || mvn --settings .settings.xml deploy -P release -nsu -Dmaven.test.redirectTestOutputToFile=true' - '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || mvn --settings .settings.xml deploy -P release -nsu -Dmaven.test.redirectTestOutputToFile=true'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment