We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd59f72 commit 5ea68a8Copy full SHA for 5ea68a8
1 file changed
.travis.yml
@@ -1,8 +1,10 @@
1
dist: xenial
2
+
3
language: java
4
script:
5
- gradle clean build
6
- tar -zcf hello_world_test_reports.tar.gz build/reports
7
+ - tar -zcf hello_world_executable_distributions.tar.gz build/distributions
8
- ls -R
9
10
before_deploy:
@@ -22,6 +24,7 @@ deploy:
22
24
file:
23
25
- README.md
26
- hello_world_test_reports.tar.gz
27
+ - hello_world_executable_distributions.tar.gz
28
skip_cleanup: true
29
on:
30
tags: false
0 commit comments