UNPKG

graphql-tools

Version:
16 lines (13 loc) 273 B
language: node_js node_js: - "6.2" - "5.1" - "4.4" 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