-
Notifications
You must be signed in to change notification settings - Fork 744
chore(travis): add OS X to Travis CI #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,23 @@ | ||
| language: node_js | ||
| node_js: | ||
| - "0.10" | ||
| - "0.11" | ||
| - "0.12" | ||
| - "4.2.4" | ||
| language: c++ | ||
| env: | ||
| - NODE_VERSION="0.10" | ||
| - NODE_VERSION="0.11" | ||
| - NODE_VERSION="0.12" | ||
| - NODE_VERSION="4" | ||
| - NODE_VERSION="5" | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. NVM has a special keyword:
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. According to the github page for nvm:
Should we still use it? We already have v0.12 |
||
| # keep this blank to make sure there are no before_install steps | ||
| before_install: | ||
|
|
||
| install: | ||
| - rm -rf ~/.nvm | ||
| - git clone https://github.com/creationix/nvm.git ~/.nvm | ||
| - source ~/.nvm/nvm.sh | ||
| - nvm install $NODE_VERSION | ||
| - node --version | ||
| - npm install | ||
| os: | ||
| - linux | ||
| - osx | ||
| script: | ||
| - npm test | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: Do we want to test on
iojs?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arturadib removed that a couple days ago, so I left it out