Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wardbekker/travis_worker_erlang
https://github.com/wardbekker/travis_worker_erlang
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/wardbekker/travis_worker_erlang
- Owner: wardbekker
- License: mit
- Created: 2011-11-14T19:40:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-14T19:42:23.000Z (about 13 years ago)
- Last Synced: 2023-03-12T05:17:57.183Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 555 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About travis-worker #
This is home for the next generation of Travis CI worker. It is a WIP and is still very rough around the edges
for broader community of contributors to jump in.## Getting started ##
Install Bundler:
gem install bundler
Pull down dependencies:
bundle install
Fetch base Vagrant box (Ubuntu 10.04, 32-bit):
vagrant box add base http://files.vagrantup.com/lucid32_old.box
Pull down submodules (Travis cookbooks, et cetera):
git submodule update --init
Spin up a new Vagrant VM that will be provisioned with Opscode Chef:
vagrant init
vagrant up## Running tests ##
On Ruby 1.9.2:
bundle exec rake test
## License & copyright information ##
See LICENSE file.
Copyright (c) 2011 [Travis CI development team](https://github.com/travis-ci).