Ver código fonte

Removed invalid entries from Travis configuration.

Kamil Piechaczek 6 anos atrás
pai
commit
e568d4b01a
1 arquivos alterados com 1 adições e 4 exclusões
  1. 1 4
      packages/ckeditor5-autoformat/.travis.yml

+ 1 - 4
packages/ckeditor5-autoformat/.travis.yml

@@ -16,11 +16,8 @@ before_install:
 - export DISPLAY=:99.0
 - sh -e /etc/init.d/xvfb start
 - npm i -g yarn
-- export CWD=$(pwd)
 install:
-- cd /tmp && git clone https://github.com/ckeditor/ckeditor5-dev.git && cd ckeditor5-dev && git checkout t/ckeditor5/1662 && cd packages/ckeditor5-dev-tests && yarn install && yarn link && cd $CWD
-#- yarn add @ckeditor/ckeditor5-dev-tests
-- yarn add file:/tmp/ckeditor5-dev/packages/ckeditor5-dev-tests
+- yarn add @ckeditor/ckeditor5-dev-tests
 - ckeditor5-dev-tests-install-dependencies
 script:
 - ckeditor5-dev-tests-travis