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:14:30 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 20:14:30 +0300
commit4f513aba369d686816e988e50b6a895e2e76e2fd (patch)
tree9c0e0e792753e6c4e306a142e8be4ae18a7de238
parent9b00f4959b6b7594b31d91563f23511b2227ce29 (diff)
use quotes
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bc12e5e..c7310ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ env:
- APP_NAME=ransomware_detection
matrix:
- DB=sqlite
- - CORE_BRANCH=stable13
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -29,10 +28,10 @@ jobs:
env:
- DB=sqlite
- CORE_BRANCH=stable13
- script: cd apps/$APP_NAME/
+ 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: "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/