Skip to content

Commit

Permalink
remove PHP 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stephangonder committed Apr 29, 2016
1 parent b449c0f commit 0b74dfc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6

Expand All @@ -16,10 +15,10 @@ matrix:
fast_finish: true

include:
- php: 5.4
- php: 5.5
env: PHPCS=1 DEFAULT=0

- php: 5.4
- php: 5.5
env: COVERALLS=1 DEFAULT=0

install:
Expand Down

0 comments on commit 0b74dfc

Please sign in to comment.