mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-25 11:43:02 +02:00
Delete old travis config
This commit is contained in:
16
travis.yml
16
travis.yml
@@ -1,16 +0,0 @@
|
||||
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
|
Reference in New Issue
Block a user