mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
5c12e1ce1c
Request a newer runner version from Travis CI due to a glibc version bump in newer versions of Node.
11 lines
298 B
YAML
11 lines
298 B
YAML
# Specify dist until Travis CI default Runner OS updates to one
|
|
# with glibc version required by newer Node versions
|
|
# See: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442
|
|
dist: focal
|
|
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- lts/*
|
|
before_install:
|
|
- npm install -g grunt-cli
|