openseadragon/.travis.yml
Andrew Armbruster 7d2ceac61a Travis uses latest Node LTS
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
2023-02-28 20:21:10 +01:00

7 lines
94 B
YAML

language: node_js
sudo: false
node_js:
- lts/*
before_install:
- npm install -g grunt-cli