Merge pull request #152 from nextcloud/travis-fix

Travis update since test seem to fail randomly
This commit is contained in:
Julius Härtl
2017-05-23 20:56:09 +02:00
committed by GitHub

View File

@@ -1,4 +1,6 @@
language: php language: php
dist: trusty
sudo: required
services: services:
- mysql - mysql
php: php:
@@ -7,6 +9,7 @@ php:
env: env:
matrix: matrix:
- CORE_BRANCH=master DB=mysql - CORE_BRANCH=master DB=mysql
- CORE_BRANCH=stable12 DB=mysql
- CORE_BRANCH=stable11 DB=mysql - CORE_BRANCH=stable11 DB=mysql
before_install: before_install: