소스 검색

Sped up the installation (lerna bootstrap covers all anyway) and fixed a typo.

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

+ 2 - 2
.travis.yml

@@ -15,14 +15,14 @@ before_install:
   - export DISPLAY=:99.0
   - sh -e /etc/init.d/xvfb start
 install:
-  - npm install mgit2 lerna @ckeditor/ckeditor5-dev-tests @ckeditor/ckeditor5-dev-docs
+  - npm install mgit2 lerna
   - mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
   - lerna bootstrap
 script:
   - npm t -- --reporter=dots
   - npm run docs:api -- --validate-only
 after_success:
-  - travis_wait npm t docs:build-and-publish-nightly
+  - travis_wait npm run docs:build-and-publish-nightly
 notifications:
   slack:
     rooms: