ZiWang55 / WhatsStreamin

App that allows user to query a movie they are interested in and return what streaming platform its on, if any.
0 stars 3 forks source link

Fix: Travis CI Configuration #19

Closed SirPotatoIV closed 3 years ago

SirPotatoIV commented 3 years ago

Fix: Travis CI Configuration

These changes are to make Travis CI work properly. The Travis CI configuration file was missing a period at the start of the file name. Tavis CI does not detect a configuration file, so it has no idea how you want to use Travis. This is why it is not running. travis.yml --> .travis.yml

SirPotatoIV commented 3 years ago

This build is currently failing because there are 33 errors in your code coming from ESLint. image