Adjust travis config as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -2,12 +2,11 @@ language: php
|
|||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
php:
|
php:
|
||||||
- 7.0
|
|
||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
env:
|
env:
|
||||||
- CORE_BRANCH=stable15 DB=mysql
|
- CORE_BRANCH=master DB=mysql
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://phar.phpunit.de/phpunit-5.7.phar
|
- wget https://phar.phpunit.de/phpunit-5.7.phar
|
||||||
|
|||||||
Reference in New Issue
Block a user