Added PHP 7.1, removed PHP 5.3 and 5.4 for travis tests

This commit is contained in:
Kienan Stewart 2018-07-28 12:10:39 -04:00
parent db916ace66
commit b8fa16f0cb
1 changed files with 1 additions and 2 deletions

View File

@ -2,11 +2,10 @@ language: php
services:
- mysql
php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
script: ../vendor/bin/phpunit --coverage-clover=coverage.clover
before_script:
- composer require phpunit/dbunit