We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba13a1c commit 7b59028Copy full SHA for 7b59028
1 file changed
.travis.yml
@@ -5,6 +5,7 @@ node_js:
5
- "8"
6
- "10"
7
- "12"
8
+ - "14"
9
- "node"
10
sudo: false
11
install:
@@ -16,10 +17,10 @@ script:
16
17
matrix:
18
include:
19
- name: "Browser Unit Tests (webpack)"
- node_js: "12"
20
+ node_js: "14"
21
env: BUNDLER=webpack
22
- name: "Browser Unit Tests (browserify)"
23
24
env: BUNDLER=browserify
25
notifications:
26
email:
0 commit comments