Skip to content

Commit

Permalink
fix travis syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeddy committed Aug 20, 2018
1 parent 22f4b63 commit 1869b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ matrix:
before_install:
- chmod +x gradlew
script:
rm -rf docs/asciidoc/swagger2markup
- rm -rf docs/asciidoc/swagger2markup
- "./gradlew asciidoctor"
after_success:
cp docs/html5/index.html docs/
- cp docs/html5/index.html docs/
deploy:
provider: pages
skip-cleanup: true
Expand Down

0 comments on commit 1869b0f

Please sign in to comment.