Browse Source

do not allow failures on PHP 7 anymore

tags/3.0.0-alpha1
Carsten Brandt 9 years ago
parent
commit
e0ffba31b0
  1. 8
      .travis.yml

8
.travis.yml

@ -12,10 +12,10 @@ env:
# run build against hhvm but allow them to fail
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
matrix:
fast_finish: true
allow_failures:
- php: 7.0
#matrix:
# fast_finish: true
# allow_failures:
# - php: 7.0
services:
- memcached

Loading…
Cancel
Save