switch from stable flag in travis config to 5.0

This commit is contained in:
Sebastian McKenzie 2015-11-08 06:41:55 -08:00
parent b07f8c8eab
commit a2da61a497

View File

@ -8,11 +8,11 @@ cache:
- node_modules - node_modules
node_js: node_js:
- "5.0"
- "4.0" - "4.0"
- iojs - iojs
- "0.10" - "0.10"
- "0.12" - "0.12"
- "stable"
script: make test-travis script: make test-travis
after_success: after_success: