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-09-10 01:20:06 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-10 01:20:06 +0300
commitfb725f6e0522e0b49f15ebfd031194b7addf0e42 (patch)
treeb5b49a67b48232a9e2b73b5b8e17d57b8f43f361
parent09f0bf5c836e498333491870a6221cc550f3262f (diff)
Fix phpunit directory
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a7c473..7d230f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,6 @@ script:
- cd apps/$APP_NAME/
# Run phpunit tests
- - cd tests
- sh -c "if [ '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then phpunit --configuration phpunit.xml; fi"
- cd ..