Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-06-06 11:29:01 +0400
committerMorris Jobke <hey@morrisjobke.de>2014-08-05 18:53:27 +0400
commit472d896ce9aad4d526126a7aefa96127920585e6 (patch)
tree2d2ba785bfbf43f4de2db732593622322ed4229a /.scrutinizer.yml
parent892d82480430b3c8d8e47feaa4f903922deec27e (diff)
Travis support
* use PHPUnit 4.x * force php memory limit on travis to 1024MB * create script for travis * whitelist branches master, stable5 and stable6 on travis (and PRs) * sqlplus64 * conditional JS tests and ocular temporal removal * enable scrutinizer code coverage * move oracle to top to decrease overall test duration
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 942e185eac3..ce21cc3631f 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -27,3 +27,5 @@ imports:
- javascript
- php
+tools:
+ external_code_coverage: true