Skip to content

Instantly share code, notes, and snippets.

@aweigold
Created March 29, 2015 21:17
Show Gist options
  • Save aweigold/2eeb49f1798b3fe8f74f to your computer and use it in GitHub Desktop.
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.
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