This repository was archived by the owner on May 29, 2019. It is now read-only.

Description
I noticed that a majority of the issues are related to being unable to install. I would like to help identify and isolate these errors (make them easier to fix).
Proposal
This repository is eligible to use Travis-CI (for free) to automate testing on a variety of operating systems. I'd just need to create an additional test alongside eslint and add a Travis configuration.
Considerations
I just have a few things for you to consider:
- Is any other automated testing planned (so I can use the same framework)?
- Aside from the currently supported operating systems, are there any others I should account for?
- Instead of Travis, should I design for another integration (if any)?
- Should I move eslint into it's own script (perhaps
lint) to avoid having it run by Travis?
I would also like to make sure you are on board with this change @Hackzzila before I create a pull request.