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>2019-05-17 20:10:23 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 20:10:23 +0300
commit9b00f4959b6b7594b31d91563f23511b2227ce29 (patch)
tree59fd0b50abcdee18a23ede84c7279d01aa8e2aad
parent1cb8baeb6d2c07ff8e5b0905adf21780bd4c1319 (diff)
add matrix to stage
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a828d70..bc12e5e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,9 @@ env:
global:
- CORE_BRANCH=stable16
- APP_NAME=ransomware_detection
+ matrix:
- DB=sqlite
+ - CORE_BRANCH=stable13
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -23,6 +25,10 @@ before_install:
jobs:
include:
- stage: test
+ php: 7.0
+ env:
+ - DB=sqlite
+ - CORE_BRANCH=stable13
script: cd apps/$APP_NAME/
# Test the app
script: sh -c "if [ '$CODECHECK' = '1' ]; then find . -name \*.php -exec php -l \"{}\" \;; fi"