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

Use Travis CI for Atom packages #924

Closed
mcolyer opened this issue Oct 3, 2013 · 7 comments
Closed

Use Travis CI for Atom packages #924

mcolyer opened this issue Oct 3, 2013 · 7 comments

Comments

@mcolyer
Copy link
Contributor

mcolyer commented Oct 3, 2013

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.

language: objective-c
before_script: <download/install atom>
script: open -a Atom --args -f -t --spec-directory `pwd`

Useful links

@kevinsawicki
Copy link
Contributor

🚢

@mcolyer
Copy link
Contributor Author

mcolyer commented Dec 9, 2013

⚡ 🎊 ⚡

@jasonrudolph
Copy link
Contributor

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.

@kevinsawicki
Copy link
Contributor

@jasonrudolph Unfortunately for now you have to use the private travis repo.

The credentials for it are in the Shared-Developers folder in LastPass.

@jasonrudolph
Copy link
Contributor

@kevinsawicki: Got it. Thanks!

@kevinsawicki
Copy link
Contributor

@lock
Copy link

lock bot commented Jan 27, 2019

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!

@lock lock bot locked as resolved and limited conversation to collaborators Jan 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants