Skip to content

Commit ba0207f

Browse files
committed
Test on Node.js 12.
1 parent dfa516c commit ba0207f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_js:
44
- "6"
55
- "8"
66
- "10"
7+
- "12"
78
- "node"
89
sudo: false
910
install: npm install
@@ -13,9 +14,9 @@ script:
1314
# only run karma tests for one node version
1415
matrix:
1516
include:
16-
- node_js: "10"
17+
- node_js: "12"
1718
env: BUNDLER=webpack
18-
- node_js: "10"
19+
- node_js: "12"
1920
env: BUNDLER=browserify
2021
notifications:
2122
email:

0 commit comments

Comments
 (0)