Skip to content

Commit

Permalink
Added PHP 7.2 and allowed-to-fail nightly builds on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleangioni committed Dec 7, 2017
1 parent 241b024 commit c7e9ecb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ language: php

php:
- 7.1
- 7.2
- nightly

matrix:
allow_failures:
- php: nightly

before_script:
- travis_retry composer self-update
Expand Down

0 comments on commit c7e9ecb

Please sign in to comment.