Update travis and phpunit (#489)
parent
b9ebfb52c9
commit
0c399150a3
|
@ -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:
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue