Fix merge conflicts
This commit is contained in:
commit
cab8534b4a
|
@ -388,3 +388,6 @@ DEPENDENCIES
|
|||
travis-yaml!
|
||||
unicorn
|
||||
yard-sinatra!
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.0.pre.1
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -1,11 +1,13 @@
|
|||
namespace :db do
|
||||
env = ENV["RAILS_ENV"]
|
||||
if env != 'production'
|
||||
desc "Create and migrate the #{env} database"
|
||||
task :create do
|
||||
sh "createdb travis_#{env}" rescue nil
|
||||
sh "psql -q travis_#{env} < #{Gem.loaded_specs['travis-migrations'].full_gem_path}/db/structure.sql"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
desc "generate gemspec"
|
||||
task 'travis-api.gemspec' do
|
||||
|
|
Loading…
Reference in New Issue
Block a user