-
Notifications
You must be signed in to change notification settings - Fork 20
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
Setup CI environment #5
Comments
@nodejs/build I just need someone to set up the webhook for Travis I don't have access to the secrets. |
@joyeecheung I think you did the most recent travis integration, can you give us some hints? I can't do this off the top of my head. |
Linking with nodejs/github-bot#166 for future ref. |
The bot is configured properly, but Travis is not picking it up. |
Alternatively, can someone from @nodejs/build set up a CI environement identical to the one of readable-stream? |
https://ci.nodejs.org/job/string_decoder-continuous-integration/ is this OK? You'll need a |
@rvagg seems something is not working as expected, https://ci.nodejs.org/job/string_decoder-continuous-integration/MACHINE=debian8-64/3/ is picking up all versions not just one |
The way I've ended up doing it previously is having a pipeline that triggers the continuous-integration job for each NODE_VERSION. |
Which is what was done for readable-stream it seems. @mcollina does this work? https://ci.nodejs.org/view/All/job/string_decoder-pipeline/ |
Yes, my code is broken :D. |
broken on v0.10 and v0.12, are we still supporting those with readable-stream and friends? |
Yes, the code should work, I need fo finish the regexps porting from readable-stream. |
We would to run this on multiple Node.js environments, from 0.8 to 8.
cc @nodejs/build
The text was updated successfully, but these errors were encountered: