Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge brabch ckeditor5/t/1214
Browse files Browse the repository at this point in the history
Internal: Switched to Yarn. See ckeditor/ckeditor5#1214.
  • Loading branch information
Reinmar committed Jan 10, 2019
2 parents 1041e3b + 4590acf commit f4725a7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Expand Up @@ -11,17 +11,16 @@ language: node_js
node_js:
- '8'
cache:
- node_modules
yarn: true
branches:
except:
- stable
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
Expand Down

0 comments on commit f4725a7

Please sign in to comment.