We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa516c commit ba0207fCopy full SHA for ba0207f
1 file changed
.travis.yml
@@ -4,6 +4,7 @@ node_js:
4
- "6"
5
- "8"
6
- "10"
7
+ - "12"
8
- "node"
9
sudo: false
10
install: npm install
@@ -13,9 +14,9 @@ script:
13
14
# only run karma tests for one node version
15
matrix:
16
include:
- - node_js: "10"
17
+ - node_js: "12"
18
env: BUNDLER=webpack
19
20
env: BUNDLER=browserify
21
notifications:
22
email:
0 commit comments