From 78a57954d5c7cbdc0c54f78f83da31ce0c959b66 Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Mon, 18 May 2015 09:34:32 +0200 Subject: [PATCH] Tell Travis to use grunt for tests --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b87a18b..7c4cc57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,11 @@ before_install: before_script: - "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done" - "mongo --version" - + +script: + - grunt test + after_script: - - npm run coverage - - coveralls < coverage/lcov.info + - grunt coveralls + - grunt coverage - codeclimate < coverage/lcov.info \ No newline at end of file