Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Travis CI - RubyShift 2011

joshk
October 23, 2011

Travis CI - RubyShift 2011

The What, Why, How and Now of Travis CI, the distributed, continuous integration
 system for the opensource community.

joshk

October 23, 2011
Tweet

More Decks by joshk

Other Decks in Programming

Transcript

  1. Gems included by the bundle: * actionmailer (3.1.1) * actionpack

    (3.1.1) * activemodel (3.1.1) * activerecord (3.1.1) * activeresource (3.1.1) * activesupport (3.1.1) * ansi (1.3.0) * arel (2.2.1) * builder (3.0.0) * bundler (1.1.rc) * coffee-rails (3.1.1) * coffee-script (2.2.0) * coffee-script-source (1.1.2) * erubis (2.7.0) * execjs (1.2.9) * hike (1.2.1) * i18n (0.6.0) * jquery-rails (1.0.16) * json (1.6.1) * mail (2.3.0) * mime-types (1.16) * multi_json (1.0.3) * polyglot (0.3.2) * rack (1.3.5) * rack-cache (1.1) * rack-mount (0.8.3) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.1.1) * railties (3.1.1) * rake (0.9.2) * rdoc (3.11) * sass (3.1.10) * sass-rails (3.1.4) * sprockets (2.0.3) * sqlite3 (1.3.4) * thor (0.14.6) * tilt (1.3.3) * treetop (1.4.10) * turn (0.8.3) * tzinfo (0.3.30) * uglifier (1.0.4)
  2. BUT

  3. :)

  4. How

  5. export CI=true git clone && checkout rvm use 1.9.2 bundle

    install bundle exec rake A Ruby Build
  6. export CI=true git clone && checkout source otp/R14B03/activate rebar get-deps

    rebar compile && rebar skip_deps=true eunit An Erlang Build
  7. Now

  8. RSpec, Cucumber, Devise, Compass, Sprockets, OmniAuth, Mongoid, Json, Webmock, CanCan,

    Whenever, Oauth2, Yard, SimpleCov, github-services slimgems railscasts diaspora couch_potato active_admin simple_form ruby-on-rails-tmbundle liquid execjs jenkins.rb nifty-generators active_merchant grape request- log-analyzer refinerycms koala linguist htty vcr nested_form oauth2 savon ruby-warrior communityengine i18n uglifier engineyard multi_json phony octokit pusher- gem parslet split globalize3 cloudist squeel russian themes_for_rails whois make_resourceful routing-filter girl_friday tire rack-protection boom blather linkedin fabrication money curb restfulie chunky_png slop faraday ripple serve celluloid stamp broadcast forem mongoid- tree tabtab
  9. :)