ps-error-on-config-from-both-env-and-file
Config should raise an error if both file and env configs ar…
We use file configs for some apps and ENV config for the others. When both configs are available (for example because someone accidentally set an ENV config where file config is already set), Travis.config will silently prefer ENV over file config.