Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Drop 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
elazar committed Jun 17, 2016
1 parent fd72ab1 commit 7a2b9ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer self-update
- composer install
- composer install -n

script:
- ./vendor/bin/phpunit --coverage-text

0 comments on commit 7a2b9ba

Please sign in to comment.