diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-05 21:10:26 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-05 21:10:26 -0600 |
| commit | 145a8acfdff8a1018ee398a6b3e4af95ce7663a2 (patch) | |
| tree | f77a117fc2648cdb6335142f13eec50de00abe9b | |
| parent | 6d6748812e499ae1c386bb40b7c369ad84f881d4 (diff) | |
update ci task to run db:migrate before all tests
| -rw-r--r-- | lib/tasks/ci.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 996a9374..dba7de95 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -1,4 +1,4 @@ -task :ci => ['db:test:prepare', 'spec', 'jasmine:ci'] +task :ci => ['db:migrate', 'db:test:prepare', 'spec', 'jasmine:ci'] namespace :ci do task :deploy_staging do |
