Skip to content

Commit

Permalink
add release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Müller committed Jun 26, 2017
1 parent 20ad957 commit 4997d71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
language: java
script: ant jar
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: "dist/jAER.jar"
skip_cleanup: true
on:
tags: true

0 comments on commit 4997d71

Please sign in to comment.