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 <ilovemilk@wusa.io>2020-09-25 14:58:04 +0300
committerMatthias <ilovemilk@wusa.io>2020-09-25 14:58:04 +0300
commit43644f51a58db12ac8e76f31e3b062e9b50373a4 (patch)
treeb1dfc78f38ccc6304f0d869871a8eab1d519e9af
parent7b0864ab2c91d7ede61e39da8bccb4f08c4a241d (diff)
install krankerl
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8d55b34..5b3262f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,9 @@ branches:
- /^feature.*$/
before_install:
+ - wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb
+ - sudo dpkg -i krankerl_0.12.3_amd64.deb
+ - krankerl --version
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server