mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-26 05:22:28 +01:00
Rename Travis config
This commit is contained in:
parent
d48ee55dda
commit
df4c05e0fe
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user