File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 44 - 5.3
55 - 5.4
66 - 5.5
7+ - 5.6
78 - hhvm
89
910before_script :
10- - composer self-update
11- - composer install --no-interaction --prefer-source --dev
11+ - travis_retry composer self-update
12+ - travis_retry composer install --no-interaction --prefer-source --dev
1213
1314script :
14- - phpunit
15-
16- matrix :
17- allow_failures :
18- - php : hhvm
19- fast_finish : true
15+ - vendor/bin/phpunit --verbose
Original file line number Diff line number Diff line change 1515 "psr/log" : " ~1.0"
1616 },
1717 "require-dev" : {
18- "php " : " >=5.3 .0"
18+ "phpunit/phpunit " : " ~4 .0"
1919 },
2020 "autoload" : {
2121 "psr-0" : {"DebugBar" : " src/" }
2727 },
2828 "extra" : {
2929 "branch-alias" : {
30- "dev-master" : " 1.x -dev"
30+ "dev-master" : " 1.9 -dev"
3131 }
3232 }
3333}
You can’t perform that action at this time.
0 commit comments