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
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