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:
commit
f94a6be9dd
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue