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:59:45 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 19:59:45 +0300
commit68d7281b97d2ce30f051345e49b077a345c322cb (patch)
tree36e510eabd833305f77f62e49bf3b57b4a982a6f
parent55df2cc65ae34edf2270e07914127950a59f5595 (diff)
reduce script
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 9b801f2..7b5c34d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,13 +8,6 @@ env:
- CORE_BRANCH=stable16
- APP_NAME=ransomware_detection
- DB=sqlite
- - CODECHECK=0
-
-branches:
- only:
- - master
- - develop
- - /^feature.*$/
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
@@ -30,7 +23,7 @@ before_install:
jobs:
include:
- stage: test
- 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 ../../