Travis is not syncing my new created repository in GitHub

I created a new repository in GitHub today and Travis cannot find it.
I go to https://travis-ci.org/account/repositories and click on “sync account” but it never appears in the repository list (below Legacy Services Integration).

The repository contains a valid .travis.yml file (that I copied from another project of mine that is passing).

Link to the repository: https://github.com/henvic/clino

Any ideas?

Thanks in advance.

1 Like

@henvic

The same happened to me.

Retry in incognito-mode (secret window) and if the new repo appears then you need to clear cache and hard-reload the browser.

To clear cache and hard-reload in Chrome, open “developers tools” then right-click the refresh icon “:arrows_counterclockwise:” and select “clear cache and hard reload”.