Skip to content

Commit

Permalink
update phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Mar 6, 2015
1 parent fd46a6e commit 54a2c49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ cache:
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
matrix:
fast_finish: true
# allow_failures:
# - php: hhvm-nightly
allow_failures:
- php: hhvm-nightly
- php: 7.0

install:
- composer self-update && composer --version
- composer install --dev --prefer-dist
- composer install --prefer-dist

script:
- vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lib-pcre": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit": "4.1.*",
"facebook/xhprof": "*@dev",
"cebe/indent": "*"
},
Expand Down

0 comments on commit 54a2c49

Please sign in to comment.