This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
0.9.0-cp.2 Fix check for team membership. Bump version
what
- Fix check for team membership
- Bump version
- Remove
/travis.yaml
why
- If a user was not a member of a GitHub team, the GitHub API returns an HTTP 404 error (https://developer.github.com/v3/teams/members/#get-team-membership) and the Go code stopped checking for other teams. Now it continues checking all teams
- Bump atlantis version for better tracking