Skip to content

Commit

Permalink
PHP 5.3 support is over
Browse files Browse the repository at this point in the history
Signed-off-by: Hidehito Nozawa <suinyeze@gmail.com>
  • Loading branch information
suin committed Mar 1, 2016
1 parent 3a7c7cf commit dd06465
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 @@
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -16,4 +15,4 @@ script: phpunit --coverage-text --configuration phpunit.xml.dist
cache:
directories:
- tests/vendor
- $HOME/.composer/cache
- $HOME/.composer/cache

0 comments on commit dd06465

Please sign in to comment.