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

Use Travis CI for Atom packages #924

@mcolyer

Description

@mcolyer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions