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

Commit

Permalink
Merge branch 't/ckeditor5/1160'
Browse files Browse the repository at this point in the history
Internal: Upgraded version of Node on Travis. See ckeditor/ckeditor5#1160.
  • Loading branch information
Kamil Piechaczek committed Aug 23, 2018
2 parents 2dd32f7 + 3879337 commit 76dc1e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ addons:
- google-chrome-stable
language: node_js
node_js:
- '6'
- '8'
cache:
- node_modules
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
install:
- npm install @ckeditor/ckeditor5-dev-tests
- ckeditor5-dev-tests-install-dependencies
Expand Down

0 comments on commit 76dc1e9

Please sign in to comment.