mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
7d2ceac61a
Update CI config to use the most recent LTS. For some other possible values, see: https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#specifying-nodejs-versions
7 lines
94 B
YAML
7 lines
94 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- lts/*
|
|
before_install:
|
|
- npm install -g grunt-cli
|