mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
16 lines
273 B
YAML
16 lines
273 B
YAML
![]() |
language: node_js
|
||
|
node_js:
|
||
|
- "6"
|
||
|
- "5"
|
||
|
- "4"
|
||
|
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
|