From cddf06cbcc4dd9607f665c93552d96931cfac986 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 23 Dec 2019 02:08:20 +0100 Subject: [PATCH] Travis should make a copy of the example development config. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bfc0952..41d8eef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ script: - yarn coverage before_install: - cd seasoned_api + - cp conf/development.json.example conf/development.json before_script: - yarn - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter