Mercurial > hg > soundsoftware-site
comparison lib/tasks/ci.rake @ 1517:dffacf8a6908 redmine-2.5
Update to Redmine SVN revision 13367 on 2.5-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:29:00 +0100 |
parents | b450a9d58aed |
children |
comparison
equal
deleted
inserted
replaced
1516:b450a9d58aed | 1517:dffacf8a6908 |
---|---|
1 desc "Run the Continuous Integration tests for Redmine" | 1 desc "Run the Continous Integration tests for Redmine" |
2 task :ci do | 2 task :ci do |
3 # RAILS_ENV and ENV[] can diverge so force them both to test | 3 # RAILS_ENV and ENV[] can diverge so force them both to test |
4 ENV['RAILS_ENV'] = 'test' | 4 ENV['RAILS_ENV'] = 'test' |
5 RAILS_ENV = 'test' | 5 RAILS_ENV = 'test' |
6 Rake::Task["ci:setup"].invoke | 6 Rake::Task["ci:setup"].invoke |