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:43:02 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-10 01:43:02 +0300
commit6384566633981ebb20220a0e4a6e9659a673349c (patch)
treee69f712d0b5bc2ae3add658edab32c61979368ff
parent33f9d7ccfdd6ee08c87372db46d4dccc40a06e3d (diff)
Fix phpunit directory
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7d230f4..65e82cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,14 +40,13 @@ script:
# Run phpunit tests
- sh -c "if [ '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then phpunit --configuration phpunit.xml; fi"
- - cd ..
after_success:
# Create coverage report
- cd tests
- sh -c "if [ '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then wget https://codecov.io/bash -O codecov.sh; fi"
- sh -c "if [ '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then bash codecov.sh; fi"
- - cd ../
+ - cd ..
matrix:
include: