Skip to content

Commit

Permalink
No more php5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers committed Dec 15, 2015
1 parent 8b902f7 commit 4c89f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7

before_script:
- travis_retry composer self-update
Expand All @@ -14,4 +14,4 @@ script: phpunit
matrix:
allow_failures:
- php: hhvm
fast_finish: true
fast_finish: true

0 comments on commit 4c89f4c

Please sign in to comment.