Skip to content

Commit

Permalink
Add master branch to travis allowed failures
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Nov 14, 2017
1 parent 6fb9fda commit 96c444d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ php:
- '7.1'
- '7.0'

matrix:
allow_failures:
- env: master

before_script:
- $CC --version && ci/print_php_int_max.php
- (export CC; phpize && ./configure --enable-runkit-spl_object-id && make)
Expand Down

0 comments on commit 96c444d

Please sign in to comment.