mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
14 lines
263 B
YAML
14 lines
263 B
YAML
language: node_js
|
|
node_js:
|
|
- "5.1"
|
|
- "4.2"
|
|
install:
|
|
- npm install -g coveralls
|
|
- npm install
|
|
|
|
script:
|
|
- npm test
|
|
- coveralls < ./coverage/lcov.info || true # if coveralls doesn't have it covered
|
|
|
|
# Allow Travis tests to run in containers.
|
|
sudo: false
|