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:49:55 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 20:49:55 +0300
commitb3c1ea15057de553cdf8f2c7bc51796981fa4cc1 (patch)
treea21e59ebdde598443cb2c07ea274255ddc3b0bea
parent47a86a05b9573e974630a74d77ac02b7aa952e96 (diff)
add fast_finish and allow_failures
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c63808c..4aa0c6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,9 @@ before_install:
jobs:
include:
+ fast_finish: true
+ allow_failures:
+ - env: "CHECKSTYLE=2"
- stage: test
php: 7.0
env:
@@ -67,12 +70,14 @@ jobs:
php: 7.1
env:
- DB=mysql
+ - CHECKSTYLE=1
script:
- ./occ app:check-code $APP_NAME -c private -c strong-comparison
- stage: test
php: 7.1
env:
- DB=mysql
+ - CHECKSTYLE=2
script:
- ./occ app:check-code $APP_NAME -c deprecation
- stage: build