Skip to content

Commit 54a2c49

Browse files
committed
update phpunit
1 parent fd46a6e commit 54a2c49

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ cache:
2020
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
2121
matrix:
2222
fast_finish: true
23-
# allow_failures:
24-
# - php: hhvm-nightly
23+
allow_failures:
24+
- php: hhvm-nightly
25+
- php: 7.0
2526

2627
install:
2728
- composer self-update && composer --version
28-
- composer install --dev --prefer-dist
29+
- composer install --prefer-dist
2930

3031
script:
3132
- vendor/bin/phpunit --verbose --coverage-clover=coverage.clover

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lib-pcre": "*"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "3.7.*",
25+
"phpunit/phpunit": "4.1.*",
2626
"facebook/xhprof": "*@dev",
2727
"cebe/indent": "*"
2828
},

0 commit comments

Comments
 (0)