1
0
Fork 0

Update travis and phpunit (#489)

pull/495/head
Vincent Klaiber 2017-10-02 23:11:06 +02:00 committed by Felix Becker
parent b9ebfb52c9
commit 0c399150a3
2 changed files with 17 additions and 16 deletions

View File

@ -1,7 +1,9 @@
language: php language: php
php: php:
- '7.0' - 7.0
- 7.1
- 7.2
services: services:
- docker - docker
@ -11,7 +13,7 @@ cache:
- $HOME/.composer/cache - $HOME/.composer/cache
install: install:
- composer install - composer install --prefer-dist --no-interaction
- composer run-script parse-stubs - composer run-script parse-stubs
script: script:

View File

@ -35,8 +35,7 @@
"webmozart/path-util": "^2.3" "webmozart/path-util": "^2.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.5", "phpunit/phpunit": "^6.3"
"phpunit/php-code-coverage": "^4.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {