rickvanlieshout.com/travis.yml
2018-11-09 20:08:48 +03:00

19 lines
243 B
YAML

language: node_js
os:
- linux
- osx
node_js:
- '8'
- '9'
- '10'
script:
- yarn install
- yarn lint:all
- yarn test:coverage --runInBand --no-cache
- yarn test --runInBand --no-cache
cache:
directories:
- node_modules