2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-09 00:22:26 +03:00

Force yarn install on Travis

This commit is contained in:
Marshall Thompson
2017-05-01 06:56:45 -06:00
parent 6dbe04c7c1
commit 66e8943e5e
+1 -1
View File
@@ -12,7 +12,7 @@ node_js:
before_install:
- npm i -g yarn --cache-min 999999999
install:
- yarn
- yarn --force
script:
- yarn test
after_script: