mirror of
https://github.com/debug-js/debug.git
synced 2026-02-01 17:20:44 +00:00
s/posttest:node/coverage Explicitly call coverage only from CI. This will stop the test suite from failing on a system not configured to authenticate with circle-ci
18 lines
166 B
YAML
18 lines
166 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "10"
|
|
- "11"
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm test
|
|
- npm run test:coverage
|