Skip to content

Commit

Permalink
drop testing for less than < PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hackzilla committed Jul 15, 2017
1 parent 86f8ca4 commit d1de4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Expand Up @@ -2,12 +2,9 @@ language: php

php:
- 5.6
- 5.5
- 5.4
- 5.3
- 7.0
- 7.1
- nightly
- hhvm

env:
global:
Expand All @@ -16,9 +13,9 @@ env:
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.0
env: CS_FIXER=run
- php: 5.3
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: nightly
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -17,6 +17,7 @@ Requirements
------------

* PHP >= 5.3.2
(No longer testing <= PHP 5.6, and next version will drop support)

Installation
------------
Expand Down

0 comments on commit d1de4ca

Please sign in to comment.