trying to get saucelabs ci build to work

This commit is contained in:
David Goudreau & Rajan Agaskar 2009-12-28 15:45:15 -08:00
parent e986b024bc
commit c78460289a
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ jasmine.version_= {
desc "Run continuous integration tests using Sauce Labs 'Selenium in the Cloud'"
task :saucelabs => 'jasmine:build' do
`cp ../saucelabs.yml ./spec`
ENV['SAUCELABS'] = 'true'
Rake::Task['jasmine:test:ci:local'].invoke
end