-
Notifications
You must be signed in to change notification settings - Fork 367
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
Add support for Atom Package Manager? #378
Comments
@kepler0 Can you set the env var |
Agree that native support like with npm would be fantastic! |
I'd love to have native support be built into Travis. We would be happy to provide advice on how this can be done if someone wants to help contribute? |
I'm familiar with Ruby. Could you give me some pointers on this API, and how to test it? |
@kepler0 Look inside |
There is working code for this. Implemented with #401 and demoed in linter-clang. |
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues |
For Google Searchers from the future, I was able to implement this sort of functionality outside of |
Would it be feasible to add support for the Atom Package Manager? It seems to be fairly similar to Node Package Manager, in fact under the hood APM uses NPM for dependency management.
There are a lot of Atom packages using Travis for testing right now, I think it'd be awesome to use Travis to deploy new versions as well.
The text was updated successfully, but these errors were encountered: