Skip to content

Commit aed1a6a

Browse files
committed
Travis on node 7
1 parent 4fc7e60 commit aed1a6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3-
- "4.1"
4-
- "4.0"
3+
- "4"
4+
- "5"
5+
- "7"
56
script:
67
- npm run lint
78
- npm run test

0 commit comments

Comments
 (0)