Skip to content

Commit

Permalink
Test on Node.js 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Sep 2, 2020
1 parent ba13a1c commit 7b59028
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 @@ -5,6 +5,7 @@ node_js:
- "8"
- "10"
- "12"
- "14"
- "node"
sudo: false
install:
Expand All @@ -16,10 +17,10 @@ script:
matrix:
include:
- name: "Browser Unit Tests (webpack)"
node_js: "12"
node_js: "14"
env: BUNDLER=webpack
- name: "Browser Unit Tests (browserify)"
node_js: "12"
node_js: "14"
env: BUNDLER=browserify
notifications:
email:
Expand Down

0 comments on commit 7b59028

Please sign in to comment.