Created
August 5, 2015 12:20
-
-
Save suisho/22cf6df3298d3a7ebad6 to your computer and use it in GitHub Desktop.
circle-ciで複数のnode.jsバージョンで検証をしたい ref: http://qiita.com/inuscript/items/f5dd5eacb10085d15ff7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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