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 309f4b0 + f1a0ddc commit 8416dd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion docs/framework/guides/theme-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ ClassicEditor

```

It is time to build the editor using `npm run build-ckeditor` and see the results. From now on, the editor's theme is using customized styles, which are a part of the build.
It is time to build the editor using `yarn run build-ckeditor` and see the results. From now on, the editor's theme is using customized styles, which are a part of the build.

0 comments on commit 8416dd1

Please sign in to comment.