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:
17
17
-
npm install [email protected] -g
18
18
19
19
before_script :
20
- - composer install --prefer-source -n --no-dev
20
+ - composer install --prefer-source -n
21
21
- " export DISPLAY=:99.0"
22
22
- " sh -e /etc/init.d/xvfb start || echo \" Unable to start virtual display.\" "
23
23
- sleep 3 # give xvfb some time to start
24
24
25
25
script :
26
26
- web-push-testing-service start example -p 9012
27
- - phpunit -c phpunit.travis.xml
27
+ - php ./vendor/phpunit/phpunit/ phpunit -c phpunit.travis.xml
28
28
- web-push-testing-service stop example
Original file line number Diff line number Diff line change 22
22
"guzzlehttp/guzzle" : " ^6.2"
23
23
},
24
24
"require-dev" : {
25
- "phpunit/phpunit" : " 4.8 .*"
25
+ "phpunit/phpunit" : " 5.7 .*"
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
You can’t perform that action at this time.
0 commit comments