File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- # php:
3
- # - 5.5
2
+ php :
3
+ - 5.5
4
4
# - 5.4
5
5
before_script :
6
6
- mkdir -p shippable/codecoverage
7
7
- mkdir -p shippable/testresults
8
- # install: sudo apt-get install php5-xdebug
9
- script :
10
- # - sudo apt-get install php5-xdebug
11
- - php -v
12
-
13
- - phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/calculator_test.php
14
8
15
- matrix :
16
- include :
17
- - php : 5.3
9
+ # script:
10
+ # - phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/calculator_test.php
11
+
12
+ install : true
13
+ script : true
14
+ before_archive :
15
+ - phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/calculator_test.php
16
+ after_archive :
17
+ - $SHIPPABLE_ARCHIVE_DOWNLOAD_URL
You can’t perform that action at this time.
0 commit comments