mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-06 07:13:31 +03:00
Tell travis to install grunt before doing anything else.
This commit is contained in:
parent
9258d33caf
commit
20756423af
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ language: node_js
|
|||
sudo: false
|
||||
node_js:
|
||||
- "stable"
|
||||
before_script:
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
|
|
Loading…
Add table
Reference in a new issue