Commit f469dbc6 authored by Piotrek Koszuliński's avatar Piotrek Koszuliński

Merge brabch ckeditor5/t/1214

Internal: Switched to Yarn. See ckeditor/ckeditor5#1214.
parents 858d121a 16cad9e0
......@@ -11,17 +11,16 @@ language: node_js
node_js:
- '8'
cache:
- node_modules
yarn: true
branches:
except:
- stable
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm config set package-lock false
- npm i -g npm@^5.7.1
- npm i -g yarn
install:
- npm install @ckeditor/ckeditor5-dev-tests
- yarn add @ckeditor/ckeditor5-dev-tests
- ckeditor5-dev-tests-install-dependencies
script:
- ckeditor5-dev-tests-travis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment