We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57246c9 commit 8e8d60eCopy full SHA for 8e8d60e
1 file changed
.travis.yml
@@ -12,6 +12,10 @@ before_install:
12
install: ./target/travis/build.sh
13
script: true
14
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
+
19
notifications:
20
# Disable build status email notifications, until the issue with forks is fixed.
21
email: false
0 commit comments