rickvanlieshout.com/.travis.yml

14 lines
246 B
YAML
Raw Normal View History

2018-11-09 20:50:04 +01:00
language: node_js
node_js:
- '10'
install:
- npm install -g codecov
script:
- yarn install
2018-11-11 13:54:42 +01:00
- yarn lint
2018-11-09 20:50:04 +01:00
- yarn test:coverage --runInBand --no-cache
- yarn test --runInBand --no-cache
- codecov
cache:
directories:
2019-07-19 23:31:05 +02:00
- node_modules