We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd46a6e commit 54a2c49Copy full SHA for 54a2c49
2 files changed
.travis.yml
@@ -20,12 +20,13 @@ cache:
20
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
21
matrix:
22
fast_finish: true
23
-# allow_failures:
24
-# - php: hhvm-nightly
+ allow_failures:
+ - php: hhvm-nightly
25
+ - php: 7.0
26
27
install:
28
- composer self-update && composer --version
- - composer install --dev --prefer-dist
29
+ - composer install --prefer-dist
30
31
script:
32
- vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
composer.json
@@ -22,7 +22,7 @@
"lib-pcre": "*"
},
"require-dev": {
- "phpunit/phpunit": "3.7.*",
+ "phpunit/phpunit": "4.1.*",
"facebook/xhprof": "*@dev",
"cebe/indent": "*"
0 commit comments