2016-12-02 08:21:10 +00:00
|
|
|
language: node_js
|
|
|
|
|
|
|
|
|
|
node_js:
|
|
|
|
|
- "6"
|
2017-03-19 07:56:29 +00:00
|
|
|
- "7"
|
2017-10-19 08:00:21 +00:00
|
|
|
- "8"
|
2016-12-02 08:21:10 +00:00
|
|
|
|
|
|
|
|
# Use container-based Travis infrastructure.
|
|
|
|
|
sudo: false
|
|
|
|
|
|
2017-10-19 08:00:21 +00:00
|
|
|
env:
|
|
|
|
|
global:
|
|
|
|
|
- FANART_API_KEY=d9e25d5beda1027a1674c1585882309e
|
|
|
|
|
- THEAUDIODB_API_KEY=1
|
|
|
|
|
|
2016-12-02 08:21:10 +00:00
|
|
|
branches:
|
|
|
|
|
only:
|
|
|
|
|
- master
|
2017-04-06 01:19:43 +00:00
|
|
|
- /^greenkeeper/.*$/
|
2016-12-02 08:21:10 +00:00
|
|
|
|
|
|
|
|
script:
|
2016-12-07 08:23:02 +00:00
|
|
|
- yarn test
|
2016-12-07 08:26:14 +00:00
|
|
|
|
|
|
|
|
after_success:
|
|
|
|
|
- $(yarn bin)/nyc report --reporter=text-lcov | $(yarn bin)/coveralls
|
2016-12-12 17:43:17 +00:00
|
|
|
- bash <(curl -s https://codecov.io/bash)
|