Files
flights_web_raw/node_modules/tablesort/.travis.yml
T

13 lines
150 B
YAML

dist: focal
language: node_js
node_js:
- node
- lts/*
before_install:
- npm i -g npm@^8
install:
- npm ci
script:
- npm t
- npm run build