Skip to content
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

bumped travis build for 0.10 #70

Merged
merged 2 commits into from Mar 20, 2013
Merged

bumped travis build for 0.10 #70

merged 2 commits into from Mar 20, 2013

Conversation

twobit
Copy link
Contributor

@twobit twobit commented Mar 11, 2013

No description provided.

@davglass
Copy link
Member

I'll merge this when Travis supports 0.10.x in their builds, right now it will just re-run the 0.8.x build.

@twobit
Copy link
Contributor Author

twobit commented Mar 18, 2013

To enable 0.10 in your builds make sure to put the version number in quotes in your .travis.yml:

node_js:
  - "0.8"
  - "0.10"

http://changelog.travis-ci.com/post/45180086278/updated-node-js-vms-for-0-10-0

@@ -2,6 +2,7 @@ language: node_js
node_js:
- 0.8
- 0.9
- 0.10
Copy link
Member

Choose a reason for hiding this comment

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

hmm, it seems that - 0.10 triggers some crazy behavior in travis (I see this in the logs: $ nvm use 0.1 instead of $ nvm use 0.10), we should use quotes as recommended by travis blog post.

@davglass davglass merged commit 655a3d4 into yui:master Mar 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants