Skip to content

Commit

Permalink
remove php 5.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Danilo committed May 9, 2018
1 parent 6176035 commit 36f66fa
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
Expand Up @@ -2,11 +2,10 @@ language: php
script: phpunit --verbose --coverage-text

php:
- 5.3
- 5.4

before_script:
- "composer install -v"

after_script:
- "phpunit --testdox"
- "phpunit --testdox"

0 comments on commit 36f66fa

Please sign in to comment.