Added PHP 7.1, removed PHP 5.3 and 5.4 for travis tests
This commit is contained in:
parent
db916ace66
commit
b8fa16f0cb
|
@ -2,11 +2,10 @@ language: php
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
php:
|
php:
|
||||||
|
- 7.1
|
||||||
- 7.0
|
- 7.0
|
||||||
- 5.6
|
- 5.6
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.4
|
|
||||||
- 5.3
|
|
||||||
script: ../vendor/bin/phpunit --coverage-clover=coverage.clover
|
script: ../vendor/bin/phpunit --coverage-clover=coverage.clover
|
||||||
before_script:
|
before_script:
|
||||||
- composer require phpunit/dbunit
|
- composer require phpunit/dbunit
|
||||||
|
|
Loading…
Reference in New Issue