2016-10-05 17:45:19 +02:00
|
|
|
language: node_js
|
2016-10-14 12:46:55 +02:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.npm
|
|
|
|
- $HOME/.yarn-cache
|
|
|
|
- node_modules
|
2016-10-05 17:45:19 +02:00
|
|
|
node_js:
|
2016-10-14 12:46:55 +02:00
|
|
|
- "6"
|
2018-05-18 17:43:49 +02:00
|
|
|
- "8"
|
|
|
|
- "10"
|
2016-10-14 12:46:55 +02:00
|
|
|
before_install:
|
|
|
|
- npm i -g yarn --cache-min 999999999
|
|
|
|
install:
|
|
|
|
- yarn
|
2017-03-20 11:07:31 -07:00
|
|
|
notifications:
|
|
|
|
email: false
|
2017-09-15 23:03:09 -04:00
|
|
|
before_script:
|
|
|
|
- yarn add codecov --dev
|
|
|
|
after_script:
|
|
|
|
- codecov
|
2018-05-18 17:44:06 +02:00
|
|
|
git:
|
|
|
|
depth: 5
|