Skip to content

Commit 91564c2

Browse files
author
Christopher J. Brody
committedJul 9, 2018
.travis.yml updates
* blank line * Add Node.js versions: - 10.x (explicit) - 8.x - 6.14.x - 4.9.x (4.9.1)
1 parent 6bd262c commit 91564c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
language: node_js
2+
23
node_js:
34
- "stable"
5+
- "10"
6+
- "8"
7+
- "6.14"
48
- "6.5"
59
- "6.4"
610
- "6.3"
711
- "5.12"
12+
- "4.9"
813
- "4.4"
914
- "0.12"

0 commit comments

Comments
 (0)
Please sign in to comment.