File travis.yml not found on GitHub even though file exists

wtf is going on, Im beginning to lose my mind over this issue!

I’m trying to trigger a build in Travis CI from GitHub. But when I go to view the jobs in Travis CI there is nothing there for the latest commit to GitHub. When I go to the Travis CI > Request page I can see that my request has been received but it is rejected with the following error

File cmccarthyIrl/spring-cucumber-test-harness:.travis.yml not found on GitHub

Thing is though the files exists on GitHub : https://github.com/cmccarthyIrl/spring-cucumber-test-harness

Please can someone help

Please note I am able to trigger the builds manually from Travis UI

You are missing a period at the beginning of the file name. It should be named .travis.yml.

thank you very much, i spent the last two days on and off try to solve this.

much love