Added the original gearmand to travis for testing:

1. It's easier to test with (it installs in the regular path), we need to start and stop it for network error tests
2. Can't hurt to test with both implementations!
This commit is contained in:
Joe Higton 2014-06-07 05:50:58 +01:00
parent 2f72b28d76
commit e0614657e0

View File

@ -5,3 +5,4 @@ go:
before_install:
- sudo apt-get remove -y gearman-job-server
- sudo apt-get install -y gearman-job-server
- sudo apt-get install -y gearman-server