add iojs v1.2.0 to travis, fixes #100

This commit is contained in:
jomo 2015-02-20 00:31:40 +01:00
parent dc33912ec7
commit 9705e84ad8

View File

@ -1,6 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "0.12" - "0.12"
- "iojs-v1.2"
before_script: before_script:
- cp "modules/config.example.js" "modules/config.js" - cp "modules/config.example.js" "modules/config.js"
before_install: before_install: