Just test against master in travis

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-01-13 11:48:21 +01:00
parent 2fece55b0e
commit f2b94f0933

View File

@@ -2,21 +2,11 @@ language: php
services:
- mysql
php:
- 5.6
- 7.0
- 7.1
- 7.2
env:
- CORE_BRANCH=master DB=mysql
- CORE_BRANCH=stable13 DB=mysql
- CORE_BRANCH=stable12 DB=mysql
matrix:
exclude:
- php: 7.2
env: CORE_BRANCH=stable12 DB=mysql
- php: 5.6
env: CORE_BRANCH=master DB=mysql
before_install:
- wget https://phar.phpunit.de/phpunit-5.7.phar