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 21:56:45 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 21:56:45 +0300
commit968c7e4997470c73a421871a918d0efa53a1eb00 (patch)
treed0e091b18d4a1d696ce4c0fca00c9b819992d7e0
parent2890d5ab2da3afcaa0a8a846a8b2e1860a63ee46 (diff)
fix format of yaml
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f7bac8..d35fad3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,8 +14,6 @@ branches:
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB
-
- # Add some output debugging information
- cd ../server
- ./occ check
- ./occ status
@@ -23,10 +21,10 @@ before_install:
- ./occ app:list
jobs:
+ fast_finish: true
+ allow_failures:
+ - env: "CHECKSTYLE=2"
include:
- fast_finish: true
- allow_failures:
- - env: "CHECKSTYLE=2"
- stage: test
php: 7.0
env: