Initial Save
This commit is contained in:
15
node_modules/graphql-subscriptions/.travis.yml
generated
vendored
Normal file
15
node_modules/graphql-subscriptions/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "12"
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user