It occurred to me that our travis.yml before-install section could include git clone https://gitlab.com/nhsuk/c2s-secrets.git && . c2s-secrets/.env - this would mean that Travis needs fewer env vars defined.
There are some repo specific env vars (e.g. COVERALLS_REPO_TOKEN) in .env which would necessitate splitting the .env file (probably).
It occurred to me that our travis.yml before-install section could include
git clone https://gitlab.com/nhsuk/c2s-secrets.git && . c2s-secrets/.env
- this would mean that Travis needs fewer env vars defined.There are some repo specific env vars (e.g. COVERALLS_REPO_TOKEN) in .env which would necessitate splitting the .env file (probably).