Rename Travis config

This commit is contained in:
alxshelepenok 2018-11-09 22:50:04 +03:00
parent d48ee55dda
commit df4c05e0fe

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: node_js
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