|
@@ -9,12 +9,14 @@ addons:
|
|
|
- google-chrome-stable
|
|
- google-chrome-stable
|
|
|
language: node_js
|
|
language: node_js
|
|
|
node_js:
|
|
node_js:
|
|
|
-- '6'
|
|
|
|
|
|
|
+- '8'
|
|
|
cache:
|
|
cache:
|
|
|
- node_modules
|
|
- node_modules
|
|
|
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 npm@^5.7.1
|
|
|
install:
|
|
install:
|
|
|
- npm install @ckeditor/ckeditor5-dev-tests
|
|
- npm install @ckeditor/ckeditor5-dev-tests
|
|
|
- ckeditor5-dev-tests-install-dependencies
|
|
- ckeditor5-dev-tests-install-dependencies
|