Skip to content

Commit

Permalink
Remove PHP 5.2 and nightly build
Browse files Browse the repository at this point in the history
5.2 has no composer support. Nightly build has a phpunit compatibility issue
  • Loading branch information
hakito authored Dec 3, 2017
1 parent 7bd57a9 commit 81aa6c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ matrix:
- dist: trusty
sudo: required
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 81aa6c7

Please sign in to comment.