Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3 from retest/travis-release
Browse files Browse the repository at this point in the history
Travis release
  • Loading branch information
roesslerj authored Jun 25, 2018
2 parents ed712ab + 7ab09a1 commit 91cf553
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ notifications:

cache:
directories:
- ${HOME}/.m2/
- "${HOME}/.m2/"

install: true

before_deploy: mvn package -DskipTests

deploy:
provider: releases
api_key: "${GH_TOKEN}"
file_glob: true
file: "./target/retest-model-*.jar"
skip_cleanup: true
on:
tags: true
branch: master

0 comments on commit 91cf553

Please sign in to comment.