diff options
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 06864423..240fac83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ addons: sudo: false before_script: - cp config/database.yml.travis config/database.yml + - cp .env.example .env - psql -c 'create database cakeside_test;' -U postgres script: - bundle exec rake db:schema:load |
