Skip to content

Commit 3e057af

Browse files
authored
Update .travis.yml
removed distribution tars
1 parent f49f5c1 commit 3e057af

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: java
22
script:
33
- gradle clean build
44
- tar -zcf hello_world_test_reports.tar.gz build/reports
5-
// - tar -zcf hello_world_executable_distributions.tar.gz build/dist
65
- ls -R
76

87
before_deploy:
@@ -22,7 +21,6 @@ deploy:
2221
file:
2322
- README.md
2423
- hello_world_test_reports.tar.gz
25-
- hello_world_executable_distributions.tar.gz
2624
skip_cleanup: true
2725
on:
2826
tags: false

0 commit comments

Comments
 (0)