0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

add travis node 4,6 and 7

This commit is contained in:
Juan Carlos Picado 2016-12-05 08:52:52 +01:00
parent 0210752ea5
commit d6dd63f012

View file

@ -2,6 +2,9 @@ language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
- '7'
- '1'
- '2'
- 'iojs'