Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

support for iojs #14

Merged
merged 3 commits into from
May 30, 2015
Merged

support for iojs #14

merged 3 commits into from
May 30, 2015

Conversation

rvagg
Copy link
Owner

@rvagg rvagg commented Jan 14, 2015

no docs in this yet, just wanted to get this started (happy for someone else to contribute docs if they find the time)

@rvagg rvagg mentioned this pull request Jan 14, 2015
@@ -17,7 +19,7 @@ fi

if [ $# -gt 0 ] ; then
NODE_VERSIONS=$*
echo "Using Node versions: ${NODE_VERSIONS}"
echo "Using Node.js versions: ${NODE_VERSIONS}"
fi

if [ "X${NODE_VERSIONS}" == "X" ]; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly change this to if [ "X${NODE_VERSIONS}${IOJS_VERSIONS}" == "X" ]; then to make it work for either of them without the other if so desired.

@wraithan
Copy link

👍 I will put together a PR for the docs tonight.

@rvagg rvagg merged commit c435ccb into master May 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants