To improve the code quality of binder, this commit adds support for continuous integration by using Travis CI (https://travis-ci.org/).
This will ensure that every commit and every pull request will trigger test runs of the tests included in binder, helping to avoid code with broken tests.
To get the integration to run, you'll have to connect your Github account to Travis CI and merge #25 and #26 to avoid failing tests.
To improve the code quality of binder, this commit adds support for continuous integration by using Travis CI (https://travis-ci.org/). This will ensure that every commit and every pull request will trigger test runs of the tests included in binder, helping to avoid code with broken tests.
To get the integration to run, you'll have to connect your Github account to Travis CI and merge #25 and #26 to avoid failing tests.