Skip to content

Commit

Permalink
add php5.3 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO committed Apr 2, 2018
1 parent 5c01aa2 commit 761cd78
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 761cd78

Please sign in to comment.