2016-12-02 08:21:10 +00:00
|
|
|
language: node_js
|
|
|
|
|
|
|
|
|
|
node_js:
|
2017-03-19 08:09:50 +00:00
|
|
|
- "4"
|
|
|
|
|
- "5"
|
2016-12-02 08:21:10 +00:00
|
|
|
- "6"
|
2017-03-19 07:56:29 +00:00
|
|
|
- "7"
|
2016-12-02 08:21:10 +00:00
|
|
|
|
|
|
|
|
# Use container-based Travis infrastructure.
|
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
|
|
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)
|