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>2015-09-01 18:20:08 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2015-09-01 18:20:08 +0300
commit97a0164445cb29ffa90f99e67049fabaa2cf9ac4 (patch)
tree364de85480b4e9b0e61c655125cceeff3b051469 /.travis.yml
parentb8009568265d3f5a2c5031151fe6e25fa6930b04 (diff)
add sample js unit tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 714a19d66..8d66d729d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,12 +33,14 @@ before_script:
- cd apps/mail
- npm install --deps
- npm run-script bower_deps
- - ./node_modules/.bin/grunt
script:
# Test lint
- find . -name \*.php -not -path './vendor/*' -exec php -l "{}" \;
+ # Run js unit tests
+ - grunt
+
# Run phpunit tests
- cd tests
- phpunit --configuration phpunit.xml