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 15:03:54 +0300
committerMatthias <ilovemilk@wusa.io>2020-09-25 15:03:54 +0300
commita9a85204cbeac155f886f12a75183072752d7345 (patch)
tree72c93aa89d1b9d5ff2b8b2b358968a86a0bba89b
parente50fea6009a9543be69a8f57ec123b0b3748f10c (diff)
fix syntax
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d8d0b2b..bf34aa1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,8 @@ branches:
- /^feature.*$/
before_install:
- - wget https://github.com/ChristophWurst/krankerl/releases/download/v$KRANKERL_VERSION/krankerl_$KRANKERL_VERSION_amd64.deb
- - sudo dpkg -i krankerl_$KRANKERL_VERSION_amd64.deb
+ - wget https://github.com/ChristophWurst/krankerl/releases/download/v${KRANKERL_VERSION}/krankerl_${KRANKERL_VERSION}_amd64.deb
+ - sudo dpkg -i krankerl_${KRANKERL_VERSION}_amd64.deb
- krankerl --version
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB