This looks like the confusion with .org and .com. You set up the file encryption against .org (the default) and it works there https://travis-ci.org/goffstown-sports-app/Scrape-Calendar-Data/jobs/566269554#L166-L170. However, you are looking at .com now, which requires a new set of env vars.
I suggest:
- Setting up file encryption against .com (with
travis encrypt-file --pro …
) - Disable builds on .org, and migrate data to .com if you haven’t done so already.