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:30:45 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 19:30:45 +0300
commit5609b9935291ef1bebef233b36ef77d8723633e0 (patch)
tree47971e6f774bf7bcffde790678fa0a45552168d0
parenta59ee798cbb65d080b13ba6bf690576af0962947 (diff)
update environment
-rw-r--r--.travis.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index d87da6d..6af8756 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,9 @@ php:
- 7.2
env:
- global:
- - CORE_BRANCH=stable16
- - APP_NAME=ransomware_detection
- matrix:
- - DB=sqlite
+ - CORE_BRANCH=stable16
+ - APP_NAME=ransomware_detection
+ - DB=sqlite
branches:
only:
@@ -28,6 +26,7 @@ before_install:
- ./occ app:list
jobs:
+ fast_finish: true
allow_failures:
- env: DB=mysql;CODECHECK=2
include:
@@ -68,6 +67,3 @@ after_success:
- sh -c "if [ '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then wget https://codecov.io/bash -O codecov.sh; fi"
- sh -c "if [ '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then bash codecov.sh; fi"
- cd ..
-
-matrix:
- fast_finish: true