Files
atom/docs/setting-up-travis.md
Kevin Sawicki 7cc61c5252 📝 Add locally
2013-12-10 15:22:21 -08:00

1.2 KiB

Setting up Travis CI

Packages under the atom org should use Travis CI for builds.

Currently we have a Travis Pro account since the repositories are private. This process will be simpler and have fewer steps once the package repos are made public.

Configuring a package

  • Run cd ~/github/my-package to navigate to the package repo locally
  • Run apm test to verify that the package currently builds via apm
  • Add the package repo to the Travis CI team
  • Run gem install travis to install the travis gem
  • Run travis login --pro and log in using the atom-build user and the password from the Shared-Developers folder in LastPass
  • Run apm ci to add a .travis.yml file to the repo and to configure Travis
  • Log into Travis as the atom-build user and you should now see the package listed and building