Travis should make a copy of the example development config.

This commit is contained in:
2019-12-23 02:08:20 +01:00
parent 318d1e331b
commit cddf06cbcc

View File

@@ -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