Travis CI Build no longer showing as check on github pull request page

@lhinds we have compared our database to what GitHub reports to us on their API manually.

Using the GitHub OAuth token that we have for your user record GitHub’s API is telling us that you do not have admin permissions on the repository keylime/keylime:

$ curl -s -H "Authorization: token $token" https://api.github.com/user | jq .login
"frozencemetery"
$ curl -s -H "Authorization: token $token" https://api.github.com/repos/keylime/keylime | jq .permissions
{
  "admin": false,
  "push": false,
  "pull": true
}

Posting status updates unfortunately requires admin permissions. If you are an admin on this repository I am not sure why GitHub is reporting that you are not. If you are not an admin then the solution would be to find an admin, and ask them to sign up on travis-ci.org.