Skip to content

Commit

Permalink
Fix build for PHP 5.3 and add 5.2 build
Browse files Browse the repository at this point in the history
Also disable coverage for nightly build
  • Loading branch information
hakito committed Dec 3, 2017
1 parent dad3f43 commit 7bd57a9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ php:
- 5.6
- 5.5
- 5.4
- 5.3
- nightly
matrix:
include:
- dist: trusty
php: hhvm
sudo: required
allow_failures:
php: hhvm
- php: 5.2
dist: precise
- php: 5.3
dist: precise
- php: nightly
script:
after_script:
before_script:
- composer install --dev
- composer update satooshi/php-coveralls --dev
Expand Down

0 comments on commit 7bd57a9

Please sign in to comment.