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