Skip to content

Commit

Permalink
Removed support for PHP 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Wolf committed Jul 7, 2015
1 parent 6d82625 commit 21507ae
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
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm
Expand All @@ -12,7 +11,7 @@ matrix:

before_script:
- composer self-update
- composer install --dev --prefer-source --no-interaction
- composer install --prefer-source --no-interaction

script:
- php vendor/bin/phpunit -c travis.phpunit.xml
Expand Down

0 comments on commit 21507ae

Please sign in to comment.