https://github.com/krisleech/flatland-client
https://github.com/krisleech/flatland-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/krisleech/flatland-client
- Owner: krisleech
- License: mit
- Created: 2014-09-25T21:31:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-25T22:43:01.000Z (over 11 years ago)
- Last Synced: 2025-03-17T04:44:45.957Z (about 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flatland::Client
Client to send CI build details to Flatland server
## Usage
Configure your CI server to run a script such as:
```ruby
system('gem install flatland-client')
require 'flatland/client'
Flatland::Client.configure do |config|
config.ci :travis
config.endpoint 'http://example.com/builds'
end
Flatland::Client.do('rspec spec')
```
## Contributing
Yes, please.