add node 6 version to travis.yml

This commit is contained in:
Omer Ganim 2016-05-02 14:52:28 +03:00
parent 1a04bdcdf9
commit a64f22e0c8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: node_js
node_js:
- 4
- 5
- 6
sudo: false