Merge pull request #152 from nextcloud/travis-fix
Travis update since test seem to fail randomly
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
language: php
|
||||
dist: trusty
|
||||
sudo: required
|
||||
services:
|
||||
- mysql
|
||||
php:
|
||||
@@ -7,6 +9,7 @@ php:
|
||||
env:
|
||||
matrix:
|
||||
- CORE_BRANCH=master DB=mysql
|
||||
- CORE_BRANCH=stable12 DB=mysql
|
||||
- CORE_BRANCH=stable11 DB=mysql
|
||||
|
||||
before_install:
|
||||
|
||||
Reference in New Issue
Block a user