Bump iojs version in Travis matrix to iojs-v2

This commit is contained in:
Sehrope Sarkuni 2015-08-02 10:58:38 -04:00
parent e98ef2f784
commit 8ce6811f40

View File

@ -31,15 +31,15 @@ matrix:
- node_js: "0.12"
addons:
postgresql: "9.4"
- node_js: "iojs-v1"
- node_js: "iojs-v2"
addons:
postgresql: "9.1"
- node_js: "iojs-v1"
- node_js: "iojs-v2"
addons:
postgresql: "9.2"
- node_js: "iojs-v1"
- node_js: "iojs-v2"
addons:
postgresql: "9.3"
- node_js: "iojs-v1"
- node_js: "iojs-v2"
addons:
postgresql: "9.4"