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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-09-20 01:49:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-09-20 01:55:24 +0300
commit64e055c78a85cfd36777e8d78727688581f8deb7 (patch)
tree56fa7003a08919ef8748245da587ce483c9b8e3a /.travis.yml
parent0084076e75be75646ce49ae5ecfc5c51acea0f9b (diff)
enable coveralls coverage reports
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b633efc47..67c177794 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,6 +85,7 @@ script:
# Run JS tests
- sh -c "if [ '$TEST_JS' = 'TRUE' ]; then grunt; fi"
+ - sh -c "if [ '$TEST_JS' = 'TRUE' ]; then cat ./coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi"
# Run PHP tests
- cd tests