소스 검색

Updated Travis script.

Piotrek Koszuliński 9 년 전
부모
커밋
f7fb3bfd69
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -15,7 +15,8 @@ before_install:
   - export DISPLAY=:99.0
   - sh -e /etc/init.d/xvfb start
 install:
-  - npm install
-  - npm install @ckeditor/ckeditor5-dev-tests
+  - npm install mgit2 lerna @ckeditor/ckeditor5-dev-tests
+  - mgit bootstrap
+  - lerna bootstrap
 script:
   - node_modules/.bin/ckeditor5-dev-tests --reporter=dots