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 22:20:30 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-05-17 22:20:30 +0300
commit03355e8dfa55feabb6db2aa06ebfdae4c5286fe0 (patch)
tree42d56f64a6138cd34394281458d58921f3a93eab
parentca2a5a26afabe6c7e5f4eb1c13288b5e614795af (diff)
add change directory before building
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ba04755..f2e9b5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,6 +89,7 @@ jobs:
env:
- DB=sqlite
script:
+ - cd apps/$APP_NAME/
- make appstore
stages: