mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
install grunt-cli before running npm install on travis
This commit is contained in:
parent
808703c0cd
commit
5414f9e9a1
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.10"
|
||||
before_script:
|
||||
- "npm install -g grunt-cli"
|
|
@ -10,7 +10,7 @@
|
|||
"connect": "~2.19.5",
|
||||
"event-stream": "~3.1.5",
|
||||
"expect.js": "~0.2.0",
|
||||
"grunt": "~0.4.2",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-contrib-compress": "~0.9.1",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue