Skip to content

Commit

Permalink
Update deps and drop node v6 to match karma v4.0 (#233)
Browse files Browse the repository at this point in the history
* Update deps and drop node v6 to match karma v4.0

BREAKING CHANGE: drop support for node v6

* Also update travis config to drop v6 andd v10
  • Loading branch information
johnjbarton committed Mar 25, 2019
1 parent 1f1422a commit 097eed4
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 2,041 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
sudo: false
language: node_js
node_js:
- "6.0"
- "8.0"
- "stable"
- "10.0"

# Make sure we have new NPM.
before_install:
Expand Down

0 comments on commit 097eed4

Please sign in to comment.