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 19:47:29 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 19:47:29 +0300
commit55df2cc65ae34edf2270e07914127950a59f5595 (patch)
tree7ee5930659d064d2e0f7071a2c0648a92d9045ac
parentc40d8a62e56f7f09fd6c0e0df3b5c5cf630ccdb2 (diff)
remove matrix
-rw-r--r--.travis.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 6481f7e..9b801f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,30 +31,14 @@ jobs:
include:
- stage: test
script: cd apps/$APP_NAME/
-
# Test the app
script: sh -c "if [ '$CODECHECK' = '1' ]; then find . -name \*.php -exec php -l \"{}\" \;; fi"
script: cd ../../
script: sh -c "if [ '$CODECHECK' = '1' ]; then ./occ app:check-code $APP_NAME -c private -c strong-comparison; fi"
script: sh -c "if [ '$CODECHECK' = '2' ]; then ./occ app:check-code $APP_NAME -c deprecation; fi"
script: cd apps/$APP_NAME/
-
# Run phpunit tests
script: sh -c "if [ '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then phpunit --configuration phpunit.xml; fi"
- php: 7.0
- env: "DB=sqlite CORE_BRANCH=stable13"
- php: 7.0
- env: "DB=sqlite CORE_BRANCH=stable14"
- php: 7.0
- env: "DB=sqlite CORE_BRANCH=stable15"
- php: 7.1
- env: DB=mysql
- php: 7.1
- env: DB=pgsql
- php: 7.1
- env: DB=mysql;CODECHECK=1
- php: 7.1
- env: DB=mysql;CODECHECK=2
after_success:
# Create coverage report