mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-08 19:52:02 +00: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
|