File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ install:
1717 -
npm install [email protected] -g 1818
1919before_script :
20- - composer install --prefer-source -n --no-dev
20+ - composer install --prefer-source -n
2121 - " export DISPLAY=:99.0"
2222 - " sh -e /etc/init.d/xvfb start || echo \" Unable to start virtual display.\" "
2323 - sleep 3 # give xvfb some time to start
2424
2525script :
2626 - web-push-testing-service start example -p 9012
27- - phpunit -c phpunit.travis.xml
27+ - php ./vendor/phpunit/phpunit/ phpunit -c phpunit.travis.xml
2828 - web-push-testing-service stop example
Original file line number Diff line number Diff line change 2222 "guzzlehttp/guzzle" : " ^6.2"
2323 },
2424 "require-dev" : {
25- "phpunit/phpunit" : " 4.8 .*"
25+ "phpunit/phpunit" : " 5.7 .*"
2626 },
2727 "autoload" : {
2828 "psr-4" : {
You can’t perform that action at this time.
0 commit comments