Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Commit 6c5e852

Browse files
committed
test against node 6 8 and stable
1 parent 6a6d983 commit 6c5e852

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
language: node_js
3+
34
node_js:
4-
- "6"
5+
- 'stable'
6+
- '8'
7+
- '6'
58

69
sudo: false
710
dist: trusty

0 commit comments

Comments
 (0)