This gem is used to setup projects from the command line, trigger builds, run the interactive build environment, and access worker instances to debug issues.
Add this line to your application's Gemfile:
gem 'testpilot'
And then execute:
$ bundle
Or install it yourself as:
$ gem install testpilot
- Signup for a TestPilot CI account at testpilot.me/join
- Run
testpilot setup
where we will ask for your username and password to authenticate you against future requests. Your authentication token will be stored in~/.testpilot
- Coming soon
- Fork it
- Create your feature branch (
git checkout -b feature/my-new-awesomeness
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin feature/my-new-awesomeness
) - Create new Pull Request