We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2eb49d commit e229a3fCopy full SHA for e229a3f
.travis.yml
@@ -17,12 +17,12 @@ install:
17
- npm install [email protected] -g
18
19
before_script:
20
- - composer install --prefer-source -n --no-dev
+ - composer install --prefer-source -n
21
- "export DISPLAY=:99.0"
22
- "sh -e /etc/init.d/xvfb start || echo \"Unable to start virtual display.\""
23
- sleep 3 # give xvfb some time to start
24
25
script:
26
- web-push-testing-service start example -p 9012
27
- - phpunit -c phpunit.travis.xml
+ - php ./vendor/phpunit/phpunit/phpunit -c phpunit.travis.xml
28
- web-push-testing-service stop example
composer.json
@@ -22,7 +22,7 @@
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
- "phpunit/phpunit": "4.8.*"
+ "phpunit/phpunit": "5.7.*"
"autoload": {
"psr-4" : {
0 commit comments