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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-07-19 20:41:15 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-07-19 20:41:15 +0300
commit3d447873cee0d83410d4875645de4e467098fdbb (patch)
tree034c203fbd8da042dc5236b125b353d297d276cc /.travis.yml
parent409c706e0458ebc76497e6b95481a5d00bec5008 (diff)
Fix app enable
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 41add7e..8ab9189 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,22 +1,21 @@
language: php
-
php:
- - 5.6
- 7.0
- 7.1
+ - 7.2
env:
global:
- CORE_BRANCH=stable13
- - APP_NAME=ransomware_detecion
+ - APP_NAME=ransomware_detection
matrix:
- DB=sqlite
branches:
only:
- master
- - /^stable\d+(\.\d+)?$/
- /^feature.*$/
+ - /^stable\d+(\.\d+)?$/
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -27,8 +26,6 @@ before_install:
- ./occ check
- ./occ status
- ./occ app:list
- - ./occ app:enable $APP_NAME
- - ./occ app:list
script:
- cd apps/$APP_NAME/