mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
* Add a schema extension API and several extensions * Update graphql-markdown to use new diffSchema function * Update Node support
26 lines
419 B
YAML
26 lines
419 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
- "7"
|
|
- "8"
|
|
|
|
# Use container-based Travis infrastructure.
|
|
sudo: false
|
|
|
|
env:
|
|
global:
|
|
- FANART_API_KEY=d9e25d5beda1027a1674c1585882309e
|
|
- THEAUDIODB_API_KEY=1
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^greenkeeper/.*$/
|
|
|
|
script:
|
|
- yarn test
|
|
|
|
after_success:
|
|
- $(yarn bin)/nyc report --reporter=text-lcov | $(yarn bin)/coveralls
|
|
- bash <(curl -s https://codecov.io/bash)
|