Skip to content
This repository was archived by the owner on Jun 23, 2019. It is now read-only.

Commit 6f477d7

Browse files
authored
Merge pull request #32 from refractproject/kylef-patch-1
Test on Node 8 LTS and Node 10 latest
2 parents 38c836a + 7326e95 commit 6f477d7

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
@@ -1,6 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- '10'
5+
- '8'
46
- '6'
57
- '4'
68
script:

0 commit comments

Comments
 (0)