mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
7 lines
97 B
YAML
7 lines
97 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "stable"
|
|
before_install:
|
|
- npm install -g grunt-cli
|