Skip to content

Commit

Permalink
Use Gradle wrapper to publish GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Sep 4, 2018
1 parent dc2578f commit e5b9ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ after_success:
- chmod 600 gradle/config/github_deploy_key
- eval $(ssh-agent -s)
- ssh-add gradle/config/github_deploy_key
- test $TRAVIS_BRANCH = "kotlin-experiments-docs" && gradle publishGhPages
- test $TRAVIS_BRANCH = "kotlin-experiments-docs" && ./gradlew publishGhPages

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit e5b9ded

Please sign in to comment.