debug/.travis.yml
Myles Borins 982c12c926 test: only run coveralls on travis
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
2018-12-22 14:27:14 +01:00

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