Remove debug for dotenv, cp cypress env for travis

This commit is contained in:
mattwr18 2020-01-14 20:52:19 +01:00
parent 6efd2fa345
commit da1eedbac2

View File

@ -12,7 +12,7 @@ install:
- yarn global add wait-on
# Install Codecov
- yarn install
- cp backend/.env.template backend/.env
- cp cypress.env.template.json cypress.env.json
before_script:
- docker-compose -f docker-compose.yml build --parallel