mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-17 15:18:17 +01:00
Specify phpunit dev dependency in composer.json
And use it for the travis build.
This commit is contained in:
parent
eecaf1e93b
commit
6f3fd7834a
@ -10,9 +10,11 @@ php:
|
||||
- nightly
|
||||
- hhvm
|
||||
|
||||
install: composer install
|
||||
install: composer install --prefer-source
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
fast_finish: true
|
||||
|
||||
script: vendor/bin/phpunit
|
@ -13,6 +13,9 @@
|
||||
"php": ">=5.4",
|
||||
"ext-tokenizer": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhpParser\\": "lib/PhpParser"
|
||||
|
Loading…
x
Reference in New Issue
Block a user