1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Merge pull request #141 from GrahamCampbell/testing

Testing Improvements
This commit is contained in:
Maxime Bouroumeau-Fuseau 2014-07-26 14:37:37 +02:00
commit d7f37fef0c
2 changed files with 6 additions and 10 deletions

View File

@ -4,16 +4,12 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- phpunit
matrix:
allow_failures:
- php: hhvm
fast_finish: true
- vendor/bin/phpunit --verbose

View File

@ -15,7 +15,7 @@
"psr/log": "~1.0"
},
"require-dev": {
"php": ">=5.3.0"
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": {"DebugBar": "src/"}
@ -27,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "1.9-dev"
}
}
}