This repository uses travis-ci for running the continuous integration (CI) tests. It uses saucelabs to run automated test cases on different browsers. The saucelabs server can be only accessed using a secure environment variable that is not accessible in pull requests.
Thank you for submitting a patch to this project, we really appreciate it. Here is a quick overview of the process used to ensure that pull requests do not break existing functionality.
- Send a pull request with your changes to
master
branch - Travis runs jslint, creates ./dist files and executes the tests in ./test on your pull request. The Travis CI Build must succeed. Please correct any errors.
- Your pull request is merged into
master
at the discretion on the project collaborators.