Skip to content

Commit

Permalink
Update Travic CI to support automated releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
www44 committed Feb 25, 2018
1 parent 9840ccf commit ce42ebe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -1,9 +1,21 @@
language: groovy

branches:
only:
- master
- /^v.*$/

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

cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

deploy:
- provider: script
script: bash scripts/deploy.sh
skip_cleanup: true
on:
tags: true
Empty file modified scripts/deploy.sh 100644 → 100755
Empty file.

0 comments on commit ce42ebe

Please sign in to comment.