Skip to content

Commit

Permalink
Test on Node.js 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Sep 2, 2020
1 parent dfa516c commit ba0207f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- "6"
- "8"
- "10"
- "12"
- "node"
sudo: false
install: npm install
Expand All @@ -13,9 +14,9 @@ script:
# only run karma tests for one node version
matrix:
include:
- node_js: "10"
- node_js: "12"
env: BUNDLER=webpack
- node_js: "10"
- node_js: "12"
env: BUNDLER=browserify
notifications:
email:
Expand Down

0 comments on commit ba0207f

Please sign in to comment.