chore(Travis): test with Node stable

This commit is contained in:
Julien Fontanet 2016-12-13 11:51:04 +01:00
parent 4d2617fe68
commit 1bfe3197a5

View File

@ -1,7 +1,8 @@
language: node_js
node_js:
- '6'
- '4'
- stable
- 6
- 4
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/