Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active September 8, 2016 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/45c45be7806a4b50316aa8fae49efa03 to your computer and use it in GitHub Desktop.
Save garystafford/45c45be7806a4b50316aa8fae49efa03 to your computer and use it in GitHub Desktop.
language: java
jdk: oraclejdk8
before_install:
- chmod +x gradlew
before_deploy:
- chmod ugo+x deploy_travisci.sh
script:
- "./gradlew clean build"
- "./gradlew warNoStatic warCopy zipGetVersion zipStatic"
- sh ./deploy_travisci.sh
env:
global:
- GH_REF: github.com/garystafford/spring-music.git
- secure: <GH_TOKEN_secure_hash_here>
- secure: <COMMIT_AUTHOR_EMAIL_secure_hash_here>
notifications:
slack:
- secure: <SLACK_secure_hash_here>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment