Created
March 29, 2015 21:17
-
-
Save aweigold/2eeb49f1798b3fe8f74f to your computer and use it in GitHub Desktop.
Launching the gradle site plugin and a bash script on build success with travis ci.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: java | |
after_success: | |
- "./gradlew jacocoTestReport coveralls" | |
- "./gradlew groovydoc buildSite" | |
- ".travis/deploy_ghpages.sh" | |
env: | |
global: | |
- GH_REF: github.com/aweigold/lemming.git | |
- secure: abcAB..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment