Update travis.yml

This commit is contained in:
alxshelepenok 2018-11-09 22:45:11 +03:00
parent 621806e5c6
commit d48ee55dda

View File

@ -1,23 +1,16 @@
language: node_js
os:
- linux
- osx
install:
- npm install -g codecov
node_js:
- '8'
- '9'
- '10'
install:
- npm install -g codecov
script:
- yarn install
- yarn lint:all
- yarn test:coverage --runInBand --no-cache
- yarn test --runInBand --no-cache
- codecov
cache:
directories:
- node_modules