Skip to content

Commit da111d6

Browse files
thornjadBigBlueHat
andauthoredNov 9, 2019
Update travis node versions (#507)
Update travis node versions Co-authored-by: BigBlueHat <byoung@bigbluehat.com> Co-authored-by: Jade Michael Thornton <jade@jmthornton.net>
2 parents afb8f4f + de7cf70 commit da111d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "4"
5-
- "5"
64
- "6"
7-
- "7"
5+
- "8"
6+
- "10"
7+
- "12"
8+
- "13"
89

910
before_install:
1011
- travis_retry npm install

0 commit comments

Comments
 (0)
Please sign in to comment.