Skip to content

Commit 8e8d60e

Browse files
committed
[Travis] Move AWS uploading to .travis.yml.
1 parent 57246c9 commit 8e8d60e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ before_install:
1212
install: ./target/travis/build.sh
1313
script: true
1414

15+
# Push artifacts to AWS.
16+
after_success:
17+
- travis-artifacts upload --path target/*.jar --target-path artifacts/$TRAVIS_REPO_SLUG/$TRAVIS_BUILD_NUMBER
18+
1519
notifications:
1620
# Disable build status email notifications, until the issue with forks is fixed.
1721
email: false

0 commit comments

Comments
 (0)