update travis config again
This commit is contained in:
@@ -2,8 +2,8 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- "10"
|
- "10"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
install:
|
before_script:
|
||||||
- yarn
|
- yarn install
|
||||||
script:
|
script:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|||||||
Reference in New Issue
Block a user