mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
14 lines
246 B
YAML
14 lines
246 B
YAML
language: node_js
|
|
node_js:
|
|
- '10'
|
|
install:
|
|
- npm install -g codecov
|
|
script:
|
|
- yarn install
|
|
- yarn lint
|
|
- yarn test:coverage --runInBand --no-cache
|
|
- yarn test --runInBand --no-cache
|
|
- codecov
|
|
cache:
|
|
directories:
|
|
- node_modules |