From c393cb419d16695c452694747ebeef9cd71a131d Mon Sep 17 00:00:00 2001 From: schisma Date: Sun, 10 May 2015 22:10:36 +0200 Subject: [PATCH] ok now it's just me being stupid --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74b275a6..49a1b224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ before_script: - psql -c 'create database justask_test;' -U postgres - cp config/database.yml.postgres config/database.yml - cp config/justask.yml.example config/justask.yml - - bundle exec rake:db migrate \ No newline at end of file + - bundle exec rake db:migrate \ No newline at end of file