Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2020-09-21 13:34:15 +0300
committerGitHub <noreply@github.com>2020-09-21 13:34:15 +0300
commit517170d327d3db30492e1aec5420b4533b462396 (patch)
treeb867cd24dad9e6924369e1e1dfad0e99826c079d /.travis.yml
parent954733488fb9b2ef295b4eafca133bad07e153d5 (diff)
Doctrine fix (#1113)
## Satisfy Scrutinizer - Fixing some scrutinizer deprication warnings around doctrine - Removing type constants and usage of Doctrine/DBAL/types/types - Added doctrine/orm to composer dev-dependencies - fixed some minor issues reported by scrutinizer - update phpunit to ^8.5 ## Satisfy Travis-ci - Added PHP 7.4 to Travis-ci - Switched Distribution from Trusty to Xenial due to missing module error on Trusty - Removed and added some configuration entries due to travis-ci hints - removed external coverage test, because we don't have one - switch NC branch to stable19
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b9a423a..bd43873d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
-sudo: false
-dist: trusty
+dist: xenial
language: php
+os: linux
services:
- mysql
@@ -9,6 +9,7 @@ services:
php:
- 7.2
- 7.3
+ - 7.4
addons:
apt:
@@ -17,9 +18,9 @@ addons:
env:
global:
- - CORE_BRANCH=stable17
+ - CORE_BRANCH=stable19
- APP_NAME=polls
- matrix:
+ jobs:
- DB=mysql
- DB=pgsql
- DB=sqlite