0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #5176 from ErisDS/travis-test

Switch to using grunt raw on travis
This commit is contained in:
Sebastian Gierlinger 2015-04-22 21:12:45 +02:00
commit f94a6be9dd

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