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.
nohup thor travis:worker:boot >> log/worker.log 2>&1 &
JRUBY_OPTS="-J-Dcom.sun.management.jmxremote.port=1099 -J-Dcom.sun.management.jmxremote.authenticate=false -J-Dcom.sun.management.jmxremote.ssl=false -J-Djava.rmi.server.hostname=127.0.0.1" nohup thor travis:worker:boot >> log/worker.log 2>&1 &
ruby -Ilib -rubygems lib/thor/console.rb
Install Bundler:
gem install bundler
Pull down dependencies:
bundle install
On Ruby 1.9.2:
bundle exec rake test
See LICENSE file.
Copyright (c) 2011 Travis CI development team.