Skip to content

Commit

Permalink
drop support for PHP 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed May 1, 2017
1 parent f925374 commit d111883
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
sudo: false

php:
- 5.5
- 5.6
- 7.0
- 7.1
Expand All @@ -12,7 +11,7 @@ matrix:
allow_failures:
- php: hhvm
include:
- php: 5.5.9
- php: 5.6.29
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_script:
Expand Down

0 comments on commit d111883

Please sign in to comment.