From 97a0164445cb29ffa90f99e67049fabaa2cf9ac4 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 1 Sep 2015 17:20:08 +0200 Subject: add sample js unit tests --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3