mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-26 21:42:29 +01:00
Update travis.yml
This commit is contained in:
parent
621806e5c6
commit
d48ee55dda
11
travis.yml
11
travis.yml
@ -1,23 +1,16 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
install:
|
|
||||||
- npm install -g codecov
|
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- '8'
|
- '8'
|
||||||
- '9'
|
- '9'
|
||||||
- '10'
|
- '10'
|
||||||
|
install:
|
||||||
|
- npm install -g codecov
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn lint:all
|
- yarn lint:all
|
||||||
- yarn test:coverage --runInBand --no-cache
|
- yarn test:coverage --runInBand --no-cache
|
||||||
- yarn test --runInBand --no-cache
|
- yarn test --runInBand --no-cache
|
||||||
- codecov
|
- codecov
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
Loading…
Reference in New Issue
Block a user