From 89443f770ee5401a59ded4780ea08771c3d069df Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 8 Jun 2017 21:54:33 -0400 Subject: [PATCH] Updated .travis.yml to db:migrate when deploying --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6763854..5d79363 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,4 @@ deploy: on: repo: jcwimer/wrestlingApp branch: master + run: "rake db:migrate RAILS_ENV=production"