twosigma / satellite

Satellite monitors, alerts on, and self-heals your Mesos cluster.
Apache License 2.0
143 stars 18 forks source link

Run tests on travis CI #36

Closed mforsyth closed 8 years ago

mforsyth commented 8 years ago

We do have some automated tests, and I'd like to add more as well. It would be nice for CI to run the whole suite for all branches associated with PR's.

We should run the test suite using Travis CI. I think that for now it should be as simple as setting travis to run "lein test" on both satellite-master and satellite-slave (which doesn't yet have any tests, but this may change).

mforsyth commented 8 years ago

The tests we have are running now. Will add more as new features are introduced.