Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Add node .12 and io.js to the CIs #1054

Closed
markelog opened this issue Feb 12, 2015 · 5 comments
Closed

Add node .12 and io.js to the CIs #1054

markelog opened this issue Feb 12, 2015 · 5 comments
Assignees

Comments

@markelog
Copy link
Member

.12 is stable and there is a reports of unstable iojs being more stable then .12.

Yeah, travis and appveyor does support them.

@hzoo
Copy link
Member

hzoo commented Feb 14, 2015

We can also allow failures if needed

environment:
  matrix:
  - nodejs_version: "0.10"
  - nodejs_version: "0.11"
  allow_failures:
  - nodejs_version: "0.12"
  # io.js
  - nodejs_version: "1.0"

@markelog markelog self-assigned this Feb 24, 2015
@markelog
Copy link
Member Author

Not sure we need allow_failures or .11 - if something fail and we support it then it shouldn't fail :)

@markelog markelog added this to the 1.12 milestone Feb 24, 2015
@hzoo
Copy link
Member

hzoo commented Feb 24, 2015

haha yeah ok

@gustavohenke
Copy link
Member

# io.js
  - nodejs_version: "1.0"

This option will blow Travis if Node.js reaches 1.0...

@qfox
Copy link
Member

qfox commented Mar 5, 2015

Travis uses nvm internally, all is fine here ;-)

@markelog markelog removed this from the 1.12 milestone Apr 28, 2015
markelog added a commit to markelog/node-jscs that referenced this issue Jul 5, 2015
markelog added a commit to markelog/node-jscs that referenced this issue Jul 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants