Skip to content

Commit bc92424

Browse files
committed
Run CI tests on node 12, 13
1 parent 664b47a commit bc92424

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Diff for: .travis.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- '0.12'
5-
- '4'
6-
- '6'
7-
- '8'
8-
- '10'
4+
- "0.12"
5+
- "4"
6+
- "6"
7+
- "8"
8+
- "10"
9+
- "12"
10+
- "13"

0 commit comments

Comments
 (0)