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" } }