Skip to content

Commit c5b7ef1

Browse files
committed
Added Node.js 7 to travis config.
1 parent bab2660 commit c5b7ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- "4"
44
- "5"
55
- "6"
6+
- "7"
67
before_install:
78
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
89
after_success:

0 commit comments

Comments
 (0)