update travis configuration
This commit is contained in:
parent
c01f88553a
commit
97a5b89c54
2 changed files with 2 additions and 2 deletions
|
@ -15,4 +15,4 @@ before_script:
|
|||
- composer install $flags
|
||||
- cp phpunit.xml.dist phpunit.xml
|
||||
|
||||
script: phpunit
|
||||
script: php bin/phpunit
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"ext-curl": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "5.*",
|
||||
"phpunit/phpunit": "4.8.*",
|
||||
"squizlabs/php_codesniffer": "3.*"
|
||||
},
|
||||
"support": {
|
||||
|
|
Loading…
Add table
Reference in a new issue