Skip to content

Commit

Permalink
chore: remove support for node 6
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Drop Support for Node 6, to make it possible to use async/await in karma codebase.
  • Loading branch information
hicom150 committed Jun 15, 2019
1 parent 5081482 commit 435cb5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- 6
- 8
- 10

env:
- CXX=g++-4.8
Expand All @@ -14,9 +14,11 @@ addons:
packages:
- g++-4.8

services:
- xvfb

# Make sure we have new NPM.
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g npm
- npm config set loglevel warn
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"karma": ">=0.9"
},
"engines": {
"node": ">= 6 < 9"
"node": ">= 8"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 435cb5e

Please sign in to comment.