From c03b9dd8eac3120ce85a06247bed63446ad305ef Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Sat, 4 Apr 2020 17:47:35 +0200 Subject: [PATCH] trying to fix travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8d6ab5f27..29c8f0534 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ env: - DATABASE_URL=postgres://postgres@localhost/timeoverflow_test - CC_TEST_REPORTER_ID=025bc15a0fa9afa52d86ee24fea845cf1d363f48a466bcf2cef8ab80c29acb28 before_script: + - psql -c 'create database timeoverflow_test;' -U postgres - bundle exec rails db:setup - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter