Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trifonnt authored Dec 4, 2017
1 parent 858164c commit 8f5caff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: java
before_deploy:
# Set up git user name and tag this commit
- git config --local user.email "travis@travis-ci.org"
- git config --local user.name "Travis CI"
- git tag "$(date +'%Y.%m.%d-%H%:M')-$(git log --format=%h -1)"
deploy:
provider: releases
api_key: $GITHUB_API_KEY
file_glob: true
file: directory/ext-lib-amazon-mws-orders*
skip_cleanup: true
# Set up git user name and tag this commit
- git config --local user.email "travis@travis-ci.org"
- git config --local user.name "Travis CI"
- git tag "$(date +'%Y.%m.%d-%H%:M')-$(git log --format=%h -1)"
deploy:
provider: releases
api_key: $GITHUB_API_KEY
file_glob: true
file: directory/ext-lib-amazon-mws-orders*
skip_cleanup: true

0 comments on commit 8f5caff

Please sign in to comment.