Switch to using grunt raw on travis
- hoping this will fix an issue with builds failing
This commit is contained in:
parent
d480ee4912
commit
509163998b
@ -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…
Reference in New Issue
Block a user