node-fetch/.travis.yml

17 lines
227 B
YAML

language: node_js
node_js:
- "lts/*" # Latest LTS
- "node" # Latest Stable
matrix:
include:
- # Linting stage
node_js: "lts/*" # Latest LTS
script: npm run lint
cache: npm
script:
- npm run coverage