Currently our Travis tests are failing, because we don't have a valid API KEY registered. This PR proposes to store the key in an environment variable on Travis, but not encrypted, because encrypted environment variables don't work for PRs. I registered the variable in travis, so no code changes are required to change the key.
Fixes #34.
Currently our Travis tests are failing, because we don't have a valid API KEY registered. This PR proposes to store the key in an environment variable on Travis, but not encrypted, because encrypted environment variables don't work for PRs. I registered the variable in travis, so no code changes are required to change the key.