mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Tell travis to install grunt before doing anything else.
This commit is contained in:
parent
9258d33caf
commit
20756423af
@ -2,5 +2,5 @@ language: node_js
|
|||||||
sudo: false
|
sudo: false
|
||||||
node_js:
|
node_js:
|
||||||
- "stable"
|
- "stable"
|
||||||
before_script:
|
before_install:
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
|
Loading…
Reference in New Issue
Block a user