Skip to content

Commit

Permalink
Allow php 7.2 to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Jan 24, 2018
1 parent 82fc20f commit 36aaa45
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 @@ -12,6 +12,10 @@ branches:
before_install:
- composer install

matrix:
allow_failures:
- php: 7.2

env:
TRELLIS_CONFIG_DIR=test/resources/config/

Expand Down

0 comments on commit 36aaa45

Please sign in to comment.