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:
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