mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 17:10:33 +03:00
Force yarn install on Travis
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ node_js:
|
|||||||
before_install:
|
before_install:
|
||||||
- npm i -g yarn --cache-min 999999999
|
- npm i -g yarn --cache-min 999999999
|
||||||
install:
|
install:
|
||||||
- yarn
|
- yarn --force
|
||||||
script:
|
script:
|
||||||
- yarn test
|
- yarn test
|
||||||
after_script:
|
after_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user