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

github.com/nextcloud/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2019-09-30 21:54:56 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-09-30 21:54:56 +0300
commit51eef892a42e12132813fa670820f63deb5f8b0f (patch)
tree95c118cdded8be96299f7e684e044d6ba38b47c5 /.travis.yml
parent22a2fd92c041c3ba26f691be2a3de11422649546 (diff)
update notifier to nextcloud version 17
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f479b51..d9b08a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: php
env:
global:
- - CORE_BRANCH=stable16
+ - CORE_BRANCH=stable17
- APP_NAME=ransomware_detection
branches:
@@ -50,6 +50,14 @@ jobs:
- cd apps/$APP_NAME/
- phpunit --configuration phpunit.xml
- stage: test
+ php: 7.0
+ env:
+ - DB=sqlite
+ - CORE_BRANCH=stable16
+ script:
+ - cd apps/$APP_NAME/
+ - phpunit --configuration phpunit.xml
+ - stage: test
php: 7.1
env:
- DB=mysql