Skip to content

Commit

Permalink
Update Travis-CI config for GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lukespragg committed Apr 29, 2016
1 parent 51f9366 commit e8f7ee5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ after_success:
# Generate Javadocs and report for Coveralls.io
- "mvn javadoc:javadoc cobertura:cobertura coveralls:report -DserviceJobId=$TRAVIS_JOB_ID"

# RELEASE: Deploy main JAR to GitHub Releases
# RELEASE: Deploy JARs to GitHub Releases

deploy:
provider: releases
api-key: $GITHUB_TOKEN
file: "target/react-`cat version.txt`.jar"
file_glob: true
file: target/react-*.jar
skip_cleanup: true
on:
branch: master
Expand Down

0 comments on commit e8f7ee5

Please sign in to comment.