Skip to content

Commit

Permalink
correct travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nivemaham committed Feb 27, 2017
1 parent 4eb096b commit b4a451e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ deploy:
secure: ${GH_TOKEN}
override: true
file:
- RADAR-Commons-0.1.jar
- RADAR-Commons-0.1-javadoc.jar
- RADAR-Commons-0.1-sources.jar
- build/libs/RADAR-Commons-0.1.jar
- build/libs/RADAR-Commons-0.1-javadoc.jar
- build/libs/RADAR-Commons-0.1-sources.jar
skip_cleanup: true
on:
tags: true

0 comments on commit b4a451e

Please sign in to comment.