mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-01 21:06:12 +03:00
6 lines
97 B
YAML
6 lines
97 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "stable"
|
|
before_install:
|
|
- npm install -g grunt-cli
|