0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

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",
"scripts": {
"start": "node index",
"test": "./node_modules/.bin/grunt validate --verbose"
"test": "grunt validate --verbose"
},
"engines": {
"node": "~0.10.0 || ~0.12.0",