Skip to content

Instantly share code, notes, and snippets.

@rodrigopinto
Created May 17, 2011 01:51
Show Gist options
  • Select an option

  • Save rodrigopinto/975743 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigopinto/975743 to your computer and use it in GitHub Desktop.
basic configuration to use integration
ENV['SCM'] = 'git'
ENV['SKIP_TASKS'] = %w(
scm:update
test:rcov:units
test:rcov:units:verify
test:rcov:functionals
test:rcov:functionals:verify
test:selenium:server:start
test_acceptance
test:selenium:server:stop
).join(',')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment