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-09-30 22:05:13 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-09-30 22:05:13 +0300
commitc6ca2abfcb494dad0bd056582e1edfae45246023 (patch)
tree4a5ce4a456c2d40efd2bdbaf8401e8fd4660e38b
parent1f7961db330bb5152a15fc3dca1803dd0f7a9766 (diff)
add mysql and postgresql service
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bb32c7d..e60d12f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,10 @@ env:
- CORE_BRANCH=stable17
- APP_NAME=ransomware_detection
+services:
+ - mysql
+ - postgresql
+
branches:
only:
- master