Created
May 17, 2011 01:51
-
-
Save rodrigopinto/975743 to your computer and use it in GitHub Desktop.
basic configuration to use integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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