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

Commit 29463a9

Browse files
committed
Merge brabch ckeditor5/t/1214
Internal: Switched to Yarn. See ckeditor/ckeditor5#1214.
2 parents 17bea3d + 13f358e commit 29463a9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ language: node_js
1111
node_js:
1212
- '8'
1313
cache:
14-
- node_modules
14+
yarn: true
1515
branches:
16-
except:
17-
- stable
16+
except:
17+
- stable
1818
before_install:
1919
- export DISPLAY=:99.0
2020
- sh -e /etc/init.d/xvfb start
21-
- npm config set package-lock false
22-
- npm i -g npm@^5.7.1
21+
- npm i -g yarn
2322
install:
24-
- npm install @ckeditor/ckeditor5-dev-tests
23+
- yarn add @ckeditor/ckeditor5-dev-tests
2524
- ckeditor5-dev-tests-install-dependencies
2625
script:
2726
- ckeditor5-dev-tests-travis

0 commit comments

Comments
 (0)