Skip to content

Commit

Permalink
Change travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dubasdey committed Jan 22, 2016
1 parent 8ace053 commit e0de837
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ jdk:
deploy:
provider: releases
api_key: $GITAPI
file: "target/jmsTool.jar"
file:
- "target/jmsTool.jar"
- "runReceiver.bat"
- "runReceiver.sh"
- "runSender.bat"
- "runSender.sh"
skip_cleanup: true
on:
tags: true

0 comments on commit e0de837

Please sign in to comment.