Skip to content

Commit 2824e2c

Browse files
committed
Merge pull request reduxjs#988 from chentsulin/patch-17
Also test with node 5.x on travis
2 parents 5bcd090 + bc8899c commit 2824e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- "4.0.0"
3+
- "4"
4+
- "5"
45
script:
56
- npm run lint
67
- npm test

0 commit comments

Comments
 (0)