Remove the dot from the iojs identifier in travis.yml.

This commit is contained in:
jdalton
2015-06-01 23:05:53 -07:00
parent 642d77bb91
commit 4972c94aed

View File

@@ -19,9 +19,9 @@ env:
- BIN="ringo" - BIN="ringo"
matrix: matrix:
include: include:
- node_js: "io.js" - node_js: "iojs"
env: env:
- node_js: "io.js" - node_js: "iojs"
env: BUILD="modern" env: BUILD="modern"
- node_js: "0.8" - node_js: "0.8"
env: NPM_VERSION="~1.4.0" env: NPM_VERSION="~1.4.0"