Repository is recognized as ruby instead of node

I have a repo called @kibibit/utilities which are recognized as ruby and not node.js even though I set up the travis.yml file as I do in all my projects (and all of them are recognized as node.js projects).
I also tried to add a default entry file (index.js) because I thought maybe travis just missing that file? I dunno. I have no idea what’s the cause of this lol :sweat_smile::sweat_smile:
help?

github repo: https://github.com/Kibibit/utilities
travis ci: https://travis-ci.org/Kibibit/utilities

You need to rename https://github.com/Kibibit/utilities/blob/ce70452871fdbbd97b8795a3527354d19f7fc7be/travis.yml to .travis.yml.