Merge pull request #70 from sminnee/drop-php55

FIX: Drop php5.5, add php7.1, simplify build
This commit is contained in:
Ingo Schommer 2017-05-04 16:13:55 +12:00 committed by GitHub
commit 24afd61131
1 changed files with 3 additions and 9 deletions

View File

@ -4,20 +4,14 @@ sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
env:
- DB=MYSQL CORE_RELEASE=master
matrix:
include:
- php: 5.6
env: DB=PGSQL CORE_RELEASE=master
env: DB=MYSQL CORE_RELEASE=master
- php: 7.0
env: DB=PGSQL CORE_RELEASE=master
- php: 7.1.2
env: DB=MYSQL CORE_RELEASE=master
before_script:
- composer self-update || true