Kaynağa Gözat

Use npm install mgit instead of yarn add.

Kamil Piechaczek 7 yıl önce
ebeveyn
işleme
1839d1f8e6
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -18,9 +18,10 @@ before_install:
 - sh -e /etc/init.d/xvfb start
 - npm i -g yarn
 install:
-- yarn add mgit2 --ignore-workspace-root-check
+- npm i mgit2 --no-save
 - mgit sync --resolver-url-template="https://github.com/\${ path }.git"
-- yarn
+- rm -rf node_modules
+- yarn install
 script:
 - yarn run test --reporter=dots
 - yarn run docs:api --validate-only