network-pulse/.travis.yml

10 строки
180 B
YAML

language: node_js
node_js:
- "lts/*"
install:
- npm install -g npm@latest # Needed to use npm ci
- npm ci # use package-lock.json
cache:
directories:
- "$HOME/.npm"