mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
18 lines
245 B
YAML
18 lines
245 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "4"
|
|
- "6"
|
|
|
|
# Use container-based Travis infrastructure.
|
|
sudo: false
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- yarn test
|
|
|
|
after_success:
|
|
- $(yarn bin)/nyc report --reporter=text-lcov | $(yarn bin)/coveralls
|