Skip to content

Commit

Permalink
Add PHP 7.2 and nightly to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Dec 14, 2017
1 parent e9cf370 commit bc699ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,9 +5,12 @@ matrix:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest"
# - hhvm # HHVM works fine but disabled as it conflicts with PHP-CS-Fixer
allow_failures:
- php: nightly

before_script:
- travis_retry composer self-update --no-progress
Expand Down

0 comments on commit bc699ef

Please sign in to comment.