Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Commit 9c1385c

Browse files
authored
Update .travis.yml (#34)
Add NodeJS 8 & 9 Support
1 parent aeb4fda commit 9c1385c

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
@@ -5,6 +5,8 @@ node_js:
55
- '5'
66
- '6'
77
- '7'
8+
- '8'
9+
- '9'
810
after_success:
911
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
1012
- python travis_after_all.py

0 commit comments

Comments
 (0)