diff --git a/.travis.yml b/.travis.yml index d118296..df63076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js - node_js: - - "0.10" - - "0.8" +node_js: + - "0.10" + - "0.8" diff --git a/package.json b/package.json index 97820ed..92ed52c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "grunt-cli": "~0.1.9" }, "scripts": { - "test": "grunt" + "test": "./node_modules/grunt-cli/bin/grunt" }, "repository": { "type": "git",