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>2018-07-19 19:39:44 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-07-19 19:39:44 +0300
commit3886a37b2527f056cac0117e25f3737bb24b9013 (patch)
tree9a311dd5c48c83144509e179034f0a28a53e40af
parent894cb3a96f6df8ff1b6e787b07754cc4c294b27b (diff)
Add feature branches
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a8c585..03f0d97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,10 @@
sudo: required
dist: trusty
language: php
+branches:
+ only:
+ - master
+ - /^feature.*$/
php:
- 5.6
- 7