rickvanlieshout.com/.travis.yml
2019-05-10 02:20:27 +03:00

16 lines
283 B
YAML

language: node_js
node_js:
- '10'
install:
- npm install -g codecov
script:
- yarn install
- yarn flow-typed
- yarn lint
- yarn test:coverage --runInBand --no-cache
- yarn test --runInBand --no-cache
- codecov
cache:
directories:
- node_modules
- flow-typed