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

Commit f353724

Browse files
authored
Merge pull request #157 from scragg0x/patch-1
tests(travis.yml): run tests for node 6, 8, 9 10
2 parents 64a5836 + 0360558 commit f353724

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ env:
44
- CXX="g++-4.8"
55

66
node_js:
7+
- "10"
8+
- "9"
9+
- "8"
10+
- "6"
711
- "5"
812
- "5.1"
913
- "4"

0 commit comments

Comments
 (0)