Skip to content

Commit 4e52ba4

Browse files
committed
chore(travis): test against node stable
1 parent 49c317f commit 4e52ba4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: node_js
2+
sudo: false
23

3-
# test on two node.js versions: 0.10
44
node_js:
55
- '0.10'
66
- '0.12'
7-
- 'iojs-v1'
8-
- 'iojs-v2'
7+
- 'stable'
98

109
services:
1110
- redis-server

0 commit comments

Comments
 (0)