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

Commit

Permalink
Upgraded version of Node on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Aug 23, 2018
1 parent 2ad0867 commit 7d4ece0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
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 7d4ece0

Please sign in to comment.