Skip to content

Commit 87c52ad

Browse files
committed
Ensure Travis can run Rake on a new env every time.
1 parent b426a2d commit 87c52ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ task :test => 'app:test:prepare' do
7979
end
8080
end
8181

82-
task :default => :test
82+
task :test_ci => ['db:drop', 'db:create:all', 'db:install', 'test']
83+
84+
task :default => :test_ci
8385

8486
require 'yard'
8587
YARD::Rake::YardocTask.new do |t|

0 commit comments

Comments
 (0)