Skip to content

Commit

Permalink
Merge pull request #73 from schemaspy/travis-deploy
Browse files Browse the repository at this point in the history
add travis deploy for master build
  • Loading branch information
rafalkasa committed Apr 26, 2017
2 parents 6a363bb + 6c257e5 commit 4695d2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,10 @@ script:
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
- '$HOME/.sonar/cache'
deploy:
provider: pages
skip_cleanup: true
github_token: $BUILD_DEPLOY_GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master

0 comments on commit 4695d2f

Please sign in to comment.