Skip to content

Commit

Permalink
fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzaitsev committed Jul 17, 2019
1 parent 2231076 commit 113a81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ branches:

before_deploy: # Create Archive
# - rm -fr build/classes/ # Uncomment line if used ant for buld
- mkdir build/jar
- ln build/libs/apk-dependency-graph.jar build/jar/apk-dependency-graph.jar
- zip -r apk-dependency-graph-scripts-$TRAVIS_TAG.zip build/ gui/ filters/ run.bat run.sh
deploy:
provider: releases
Expand Down

0 comments on commit 113a81e

Please sign in to comment.