File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,32 +4,32 @@ before_script:
44test_5.4 :
55 image : phpplatform/php-apache-xdebug-composer:5.4
66 script :
7- - ./vendor/bin/phpunit -c ci/ phpunit.xml
7+ - ./vendor/bin/phpunit -c phpunit.xml
88
99test_5.5 :
1010 image : phpplatform/php-apache-xdebug-composer:5.5
1111 script :
12- - ./vendor/bin/phpunit -c ci/ phpunit.xml
12+ - ./vendor/bin/phpunit -c phpunit.xml
1313
1414test_5.6 :
1515 image : phpplatform/php-apache-xdebug-composer:5.6
1616 script :
17- - ./vendor/bin/phpunit -c ci/ phpunit.xml
17+ - ./vendor/bin/phpunit -c phpunit.xml
1818
1919test_7.0 :
2020 image : phpplatform/php-apache-xdebug-composer:7.0
2121 script :
22- - ./vendor/bin/phpunit -c ci/ phpunit.xml
22+ - ./vendor/bin/phpunit -c phpunit.xml
2323
2424test_7.1 :
2525 image : phpplatform/php-apache-xdebug-composer:7.1
2626 script :
27- - ./vendor/bin/phpunit -c ci/ phpunit.xml
27+ - ./vendor/bin/phpunit -c phpunit.xml
2828
2929test_7.2 :
3030 image : phpplatform/php-apache-xdebug-composer:7.2
3131 script :
32- - ./vendor/bin/phpunit -c ci/ phpunit.xml
32+ - ./vendor/bin/phpunit -c phpunit.xml
3333
3434after_script :
3535 - bash <(curl -s https://codecov.io/bash) -t c09c03aa-44ab-4b07-934e-f20fd3a604c1
You can’t perform that action at this time.
0 commit comments