Skip to content

Commit

Permalink
Allow beta dependency builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Nov 16, 2018
1 parent 6300146 commit d28bc1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ matrix:
env: deps=low
- php: 7.2
env: deps=beta
allow_failures:
- env: deps=beta

before_install:
- phpenv config-rm xdebug.ini || echo "xdebug not available"
Expand Down

0 comments on commit d28bc1a

Please sign in to comment.