rickvanlieshout.com/.travis.yml
2018-11-11 15:54:42 +03:00

16 lines
262 B
YAML

language: node_js
node_js:
- '8'
- '9'
- '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