From 509163998bd5e5dcac5671448d82a4f1621954f5 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 22 Apr 2015 18:22:52 +0100 Subject: [PATCH] Switch to using grunt raw on travis - hoping this will fix an issue with builds failing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b82e87d067..d2a9eb3b3b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "main": "./core/index", "scripts": { "start": "node index", - "test": "./node_modules/.bin/grunt validate --verbose" + "test": "grunt validate --verbose" }, "engines": { "node": "~0.10.0 || ~0.12.0",