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 # run build against hhvm but allow them to fail
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
matrix: #matrix:
fast_finish: true # fast_finish: true
allow_failures: # allow_failures:
- php: 7.0 # - php: 7.0
services: services:
- memcached - memcached

Loading…
Cancel
Save