-
Notifications
You must be signed in to change notification settings - Fork 17.4k
Use Travis CI for Atom packages #924
Comments
🚢 |
⚡ 🎊 ⚡ |
If I wanted to see the detailed Travis build results for an Atom package, how can I do so? I can't use my own GitHub account to sign into Travis, because I don't want to give Travis access to private repos in the GitHub org. |
@jasonrudolph Unfortunately for now you have to use the private travis repo. The credentials for it are in the |
@kevinsawicki: Got it. Thanks! |
@jasonrudolph There is now a doc with more details: https://github.com/atom/atom/blob/master/docs/setting-up-travis.md |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks! |
We want to encourage development best practices for our 3rd party package authors. Currently we don't CI our Atom packages, however we should now that we have
apm test
.While we could use janky internally, I talked with @kevinsawicki and we think it would be better to use Travis so that when things become public we have an easily replicable CI setup for our 3rd party package developers to use.
It should be fairly straightforward once we have a private account on travis-ci.com. I think we just need to set something like this each package's
.travis.yml
.Useful links
implement directory caching travis-ci/travis-build#138
The text was updated successfully, but these errors were encountered: