Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmeiklejohn/guard-evergreen
Continuous testing for evergreen.
https://github.com/cmeiklejohn/guard-evergreen
Last synced: about 2 months ago
JSON representation
Continuous testing for evergreen.
- Host: GitHub
- URL: https://github.com/cmeiklejohn/guard-evergreen
- Owner: cmeiklejohn
- License: mit
- Created: 2011-12-06T17:09:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-29T21:14:54.000Z (almost 13 years ago)
- Last Synced: 2024-10-26T08:57:53.072Z (2 months ago)
- Language: Ruby
- Homepage: http://criticalpair.com
- Size: 102 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Guard-Evergreen
Continuous testing for evergreen using guard.
## Usage
Install:
```ruby
gem guard-evergreen
```Setup:
```bash
guard init evergreen
```## Contributing
1. Fork the official repository.
2. Make your changes in a topic branch (with tests, please).
3. Send a pull request.
4. Once accepted, you'll get a free limited-run Critical Pair t-shirt!## License
Guard-Evergreen is Copyright © 2011 Critical Pair. Guard-Evergreen is free software, and may be redistributed under the terms specified in the LICENSE file.