Switch to using grunt raw on travis

- hoping this will fix an issue with builds failing
This commit is contained in:
Hannah Wolfe 2015-04-22 18:22:52 +01:00
parent d480ee4912
commit 509163998b

View File

@ -24,7 +24,7 @@
"main": "./core/index", "main": "./core/index",
"scripts": { "scripts": {
"start": "node index", "start": "node index",
"test": "./node_modules/.bin/grunt validate --verbose" "test": "grunt validate --verbose"
}, },
"engines": { "engines": {
"node": "~0.10.0 || ~0.12.0", "node": "~0.10.0 || ~0.12.0",