You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
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`