Skip to content

Instantly share code, notes, and snippets.

@kenany
Created December 15, 2013 22:21
Show Gist options
  • Select an option

  • Save kenany/7979057 to your computer and use it in GitHub Desktop.

Select an option

Save kenany/7979057 to your computer and use it in GitHub Desktop.
NODE_VERSIONS="\
v0.10.23 \
v0.10.22 \
v0.10.21 \
v0.10.20 \
v0.10.19 \
v0.8.26 \
v0.8.25 \
v0.8.24 \
v0.8.23 \
v0.8.22 \
"
OUTPUT_PREFIX="primality-"
TEST_CMD="\
cd /dnt/ && \
npm install -g npm && \
npm install -g grunt-cli && \
npm install && \
npm test
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment