Skip to content

Commit

Permalink
Merge pull request #168 from DQNEO/php5.3
Browse files Browse the repository at this point in the history
add php 5.3 to travis
  • Loading branch information
hirak authored Jun 10, 2018
2 parents 5c01aa2 + 761cd78 commit 2b4547f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ script:
after_success:
- php bin/ocular.phar code-coverage:upload --format=php-clover artifacts/clover.xml
- php bin/coveralls.phar -v

matrix:
include:
- os: linux
sudo: required
dist: precise
php: 5.3

0 comments on commit 2b4547f

Please sign in to comment.