Skip to content

Commit ce9a8b3

Browse files
authored
Merge pull request Automattic#1136 from osher/patch-1
Update .travis.yaml - test platforms by node LTS
2 parents 4b1774d + 94689f6 commit ce9a8b3

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,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
53
- "4"
6-
- "5"
4+
- "6"
5+
- "8"
76
- "node"
87
services:
98
- redis-server

0 commit comments

Comments
 (0)