Skip to content

Commit

Permalink
Removing php 5.4 from the supported version as it's EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Dec 17, 2015
1 parent 80792f4 commit 231cbd9
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 231cbd9

Please sign in to comment.