Skip to content

Commit c30ce16

Browse files
committed
Use recent versions of Node on Travis
1 parent b6f2dd9 commit c30ce16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ os:
44
- linux
55
- windows
66
node_js:
7-
- '5'
8-
- '6'
7+
- '7'
8+
- '8'
99
- 'stable'
1010
script:
1111
- npm run lint

0 commit comments

Comments
 (0)