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 ...@@ -11,17 +11,16 @@ language: node_js
node_js: node_js:
- '8' - '8'
cache: cache:
- node_modules yarn: true
branches: branches:
except: except:
- stable - stable
before_install: before_install:
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
- npm config set package-lock false - npm i -g yarn
- npm i -g npm@^5.7.1
install: install:
- npm install @ckeditor/ckeditor5-dev-tests - yarn add @ckeditor/ckeditor5-dev-tests
- ckeditor5-dev-tests-install-dependencies - ckeditor5-dev-tests-install-dependencies
script: script:
- ckeditor5-dev-tests-travis - 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