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-07-19 22:13:23 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-07-19 22:13:23 +0300
commit24e0809b386e1d6fa83e416333b3819c424ea2ee (patch)
tree6bdd4ea47375b81f5d587ec2dee9f4d99fe55411
parent3d447873cee0d83410d4875645de4e467098fdbb (diff)
Fix phpunit.xml path
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ab9189..ce8bdfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,6 @@ script:
- cd apps/$APP_NAME/
# Run phpunit tests
- - cd tests/
- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then phpunit --configuration phpunit.xml; fi"
matrix: