Add node_js v6 to travis.

This commit is contained in:
John-David Dalton
2016-04-27 08:04:33 -07:00
parent 6f600ebeac
commit cbcd5ffdc4

View File

@@ -1,7 +1,7 @@
language: node_js language: node_js
sudo: false sudo: false
node_js: node_js:
- "5" - "6"
env: env:
global: global:
- BIN="node" ISTANBUL=false OPTION="" - BIN="node" ISTANBUL=false OPTION=""
@@ -20,6 +20,8 @@ matrix:
env: env:
- node_js: "4" - node_js: "4"
env: env:
- node_js: "5"
env:
git: git:
depth: 10 depth: 10
branches: branches: