Skip to content

Commit

Permalink
Do not build Zephir 0.10.x for PHP master
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jun 27, 2019
1 parent 8a4d85b commit 6826149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: php
php:
- master
# - master
- '7.3'
- '7.2'
- '7.1'
Expand Down Expand Up @@ -34,10 +34,10 @@ env:

matrix:
fast_finish: true
allow_failures:
# allow_failures:
# There is still memory leaks
# and other issues like https://github.com/sebastianbergmann/phpunit/pull/3359
- php: 'master'
# - php: 'master'

cache:
apt: true
Expand Down

0 comments on commit 6826149

Please sign in to comment.