|
@@ -15,11 +15,10 @@ before_install:
|
|
|
- export DISPLAY=:99.0
|
|
- export DISPLAY=:99.0
|
|
|
- sh -e /etc/init.d/xvfb start
|
|
- sh -e /etc/init.d/xvfb start
|
|
|
install:
|
|
install:
|
|
|
- - npm install
|
|
|
|
|
- - npm install @ckeditor/ckeditor5-dev-tests
|
|
|
|
|
- - npm install codeclimate-test-reporter
|
|
|
|
|
|
|
+ - npm install mgit2 lerna
|
|
|
|
|
+ - npm install git://github.com/ckeditor/ckeditor5-dev.git#t/mgit-tests
|
|
|
|
|
+ - cd node_modules/ckeditor5-dev/packages/ckeditor5-dev-tests && npm install && npm link
|
|
|
|
|
+ - cd $TRAVIS_BUILD_DIR && npm link @ckeditor/ckeditor5-dev-tests
|
|
|
|
|
+ - npm install gulp @ckeditor/ckeditor5-dev-lint
|
|
|
script:
|
|
script:
|
|
|
- node_modules/.bin/ckeditor5-dev-tests-travis
|
|
- node_modules/.bin/ckeditor5-dev-tests-travis
|
|
|
-after_success:
|
|
|
|
|
- - node_modules/.bin/codeclimate-test-reporter < build/.automated-tests/coverage/lcov.info
|
|
|
|
|
-
|
|
|