Skip to content

Instantly share code, notes, and snippets.

@suisho
Created August 5, 2015 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suisho/22cf6df3298d3a7ebad6 to your computer and use it in GitHub Desktop.
Save suisho/22cf6df3298d3a7ebad6 to your computer and use it in GitHub Desktop.
circle-ciで複数のnode.jsバージョンで検証をしたい ref: http://qiita.com/inuscript/items/f5dd5eacb10085d15ff7
machine:
node:
version: 0.12.0
dependencies:
pre:
- if [ $CIRCLE_NODE_INDEX == "1" ] ; then nvm alias default iojs-v1.3.0 ; fi
test:
override:
- npm test:
parallel: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment