Skip to content

Commit 5ea68a8

Browse files
authored
Update .travis.yml
Added back in the corrected tar for distrbutions
1 parent fd59f72 commit 5ea68a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
dist: xenial
2+
23
language: java
34
script:
45
- gradle clean build
56
- tar -zcf hello_world_test_reports.tar.gz build/reports
7+
- tar -zcf hello_world_executable_distributions.tar.gz build/distributions
68
- ls -R
79

810
before_deploy:
@@ -22,6 +24,7 @@ deploy:
2224
file:
2325
- README.md
2426
- hello_world_test_reports.tar.gz
27+
- hello_world_executable_distributions.tar.gz
2528
skip_cleanup: true
2629
on:
2730
tags: false

0 commit comments

Comments
 (0)