Skip to content

Commit cf49b0d

Browse files
committed
Remove unnecessary stuff from shippable
1 parent ff18fec commit cf49b0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

shippable.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@ env:
77
before_script:
88
- ./testspace_install.sh
99
- export PATH="${HOME}/testspace:${PATH}"
10-
- mkdir -p shippable/codecoverage
11-
- mkdir -p shippable/testresults
1210

1311
script:
1412
- testspace config url $TESTSPACE_TOKEN
1513
- testspace import .testspace.xml
1614
- testspace run
17-
18-
after_script:
19-
- cp target/surefire-reports/TEST-TestSuite.xml shippable/testresults
20-
- cp target/site/cobertura/coverage.xml shippable/codecoverage

0 commit comments

Comments
 (0)