Skip to content

Commit

Permalink
More Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityfox committed Dec 22, 2015
1 parent 3d8a606 commit 1d24112
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 @@ -17,7 +17,9 @@ notifications:
email: false

before_deploy:
- for f in "./build/libs/FoxCore*SNAPSHOT.jar"; do mv ${f} "./build/libs/FoxCore-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}-SNAPSHOT.jar"; done
- for f in "./build/libs/FoxCore*SNAPSHOT-all.jar"; do mv ${f} "./build/libs/FoxCore-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}-SNAPSHOT-all.jar"; done
- for f in "./build/libs/FoxCore*SNAPSHOT-sources.jar"; do mv ${f} "./build/libs/FoxCore-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}-SNAPSHOT-sources.jar"; done

deploy:
file_glob: true
Expand Down

0 comments on commit 1d24112

Please sign in to comment.