소스 검색

Try to use yarn add and reset lock files.

Kamil Piechaczek 7 년 전
부모
커밋
588af5fffe
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -18,8 +18,9 @@ before_install:
 - sh -e /etc/init.d/xvfb start
 - npm i -g yarn
 install:
-- npm i mgit2 --no-save
+- yarn add mgit2 --ignore-workspace-root-check
 - mgit sync --resolver-url-template="https://github.com/\${ path }.git"
+- git checkout package.json yarn.lock
 - rm -rf node_modules
 - yarn install
 script: