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:52:35 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 21:52:35 +0300
commit2890d5ab2da3afcaa0a8a846a8b2e1860a63ee46 (patch)
tree30a796664332bf22835dfefee6badafc20c8b947
parentbf1f517cabe3923e73bda378c7d6ee2107d37ebf (diff)
add building only master, develop, feature branches
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f00743f..7f7bac8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,12 @@ env:
- CORE_BRANCH=stable16
- APP_NAME=ransomware_detection
+branches:
+ only:
+ - master
+ - develop
+ - /^feature.*$/
+
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB