1
0
Fork 0
mirror of synced 2025-04-11 13:10:57 +00:00

update travis configuration

This commit is contained in:
Alex Lushpai 2017-06-18 03:55:16 +03:00
parent c01f88553a
commit 97a5b89c54
2 changed files with 2 additions and 2 deletions

View file

@ -15,4 +15,4 @@ before_script:
- composer install $flags
- cp phpunit.xml.dist phpunit.xml
script: phpunit
script: php bin/phpunit

View file

@ -16,7 +16,7 @@
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "5.*",
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "3.*"
},
"support": {