From cb854c00864c18dc2cea733166b83e4c66e84fbc Mon Sep 17 00:00:00 2001 From: Olly Smith Date: Thu, 14 Mar 2013 21:35:25 +0000 Subject: [PATCH] npm test script. --- .travis.yml | 2 -- package.json | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c6926d..c94c268 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,3 @@ node_js: before_script: - "npm install -g grunt" - "npm install" -script: - - "grunt coffee mocha" diff --git a/package.json b/package.json index 9e000ee..85fe99a 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,8 @@ "grunt-coffee": "~> 0.0.6", "grunt-mocha": "~> 0.1.7", "grunt-contrib-less": "~> 0.3.2" + }, + "scripts": { + "test": "grunt coffee mocha" } }