opendns / lemming

OpenDNS Data Systems Automation
Apache License 2.0
3 stars 5 forks source link

Add support for Travis CI #8

Closed simar7 closed 8 years ago

simar7 commented 8 years ago

I've added the correct .travis.yml to get things going along with a sample test case for it to play. It now requires the test_db from (https://github.com/datacharmer/test_db) to be setup before we can harness things. This will need a script to clone the repo, import the .sql data into mysql and finally be able run the test.

simar7 commented 8 years ago

Just added the build status logo.

simar7 commented 8 years ago

Added the datacharmer/test_db build setup scripts here. The build is now green!