federation/gateway/node_modules/graphql-subscriptions/.travis.yml
2020-11-14 16:43:58 +01:00

17 lines
262 B
YAML

language: node_js
node_js:
- "10"
- "8"
- "6"
install:
- npm install -g coveralls
- npm install
script:
- npm test
- npm run coverage
- coveralls < ./coverage/lcov.info || true # ignore coveralls error
# Allow Travis tests to run in containers.
# sudo: false