Skip to content

Commit 814de57

Browse files
authored
Add node 12 to travis (#304)
1 parent 3da741d commit 814de57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ matrix:
99
script: npm run test-es6
1010
- node_js: "10"
1111
script: npm run test-es6
12+
- node_js: "12"
13+
script: npm run test

0 commit comments

Comments
 (0)