Skip to content

Commit 1811036

Browse files
author
Vidya Raghavan
committed
Update shippable.yml
1 parent 38dbd32 commit 1811036

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

shippable.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
3+
14
language: php
25
php:
36
- 5.5
@@ -14,5 +17,10 @@ script: true
1417
before_archive:
1518
- phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/calculator_test.php
1619
after_archive:
20+
1721
- echo $SHIPPABLE_ARCHIVE_DOWNLOAD_URL
18-
22+
- echo $SHIPPABLE_ARTIFACTS_URL
23+
- echo $ARTIFACTS_UPLOAD_SUCCESSFUL
24+
25+
26+

0 commit comments

Comments
 (0)