Skip to content

Commit

Permalink
Beat some sense into Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lukespragg committed Apr 29, 2016
1 parent d48d372 commit 2a55c68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ 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/flow-math-`cat version.txt`.jar"
file_glob: true
file: target/flow-math-*.jar
skip_cleanup: true
on:
branch: master
Expand Down

0 comments on commit 2a55c68

Please sign in to comment.