Closed h4cc closed 9 years ago
Rewrote this in the hhvm branch. Now storing the whole travis.yml file or a flag if it did not exist. Also only storing these files on git commit, and not on version tag base which reduces the number of database entries and github requests.
The current Interaction is using the github API to fetch each travis.yml file on its own causing API Limit blocking.
This part has to be restructured to work simpler and faster.