Skip to content

Commit

Permalink
'Trigger build #542843fd04a793fb9e0eea0c84d199e66d7c15af'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mota committed Oct 16, 2019
1 parent 542843f commit 01c7d47
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,27 @@ language: java
notifications:
email:
- logback-dev@qos.ch

sudo: required
language: java

script:
- mvn package -DskipTests

before_deploy:
- mkdir build
- find . -name '*.jar' -exec cp {} ./build \;
- cd /home/travis/build/rafaresearch/logback/build
- tar -zcvf result.tar.gz *
deploy:
provider: releases
api_key:
secure: $GITHUB_TOKEN
file: result.tar.gz
name: fetchjar-542843fd04a793fb9e0eea0c84d199e66d7c15af
file_glob: true
overwrite: true
skip_cleanup: true
on:
all_branches: true

0 comments on commit 01c7d47

Please sign in to comment.