jforman / binder

Django Web Admin Gui for manging BIND DNS Zones
129 stars 41 forks source link

Add Travis CI support #27

Closed Dunedan closed 9 years ago

Dunedan commented 9 years ago

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.