Skip to content

Commit

Permalink
Merge pull request #393 from mikeSimonson/php54
Browse files Browse the repository at this point in the history
Removing php 5.4 from the supported version as it's EOL
  • Loading branch information
mikeSimonson committed Dec 17, 2015
2 parents 80792f4 + 231cbd9 commit 8a710dd
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 @@ -4,15 +4,14 @@ sudo: false
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
include:
- php: 5.4
- php: 5.5
env: deps=low

cache:
Expand Down

0 comments on commit 8a710dd

Please sign in to comment.