Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
gem install asciidoctor
  • Loading branch information
spencergibb committed Oct 18, 2014
1 parent 948b176 commit 658808a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before_install:
- git config user.email "$GIT_EMAIL"
- git config credential.helper "store --file=.git/credentials"
- echo "https://$GH_TOKEN:@github.com" > .git/credentials
- 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
Expand Down

0 comments on commit 658808a

Please sign in to comment.