Remove travis matrix for now

This commit is contained in:
Julius Haertl
2016-11-09 13:56:20 +01:00
parent 8addef9958
commit 859569a7a4

View File

@@ -1,13 +1,11 @@
sudo: false sudo: false
language: php language: php
php: php:
- 5.6
- 7 - 7
env: env:
global: global:
- DB=sqlite - DB=sqlite
matrix: matrix:
- CORE_BRANCH=stable10
- CORE_BRANCH=master - CORE_BRANCH=master
matrix: matrix: