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!
Tento commit je obsažen v:
Joe Higton 2014-06-07 05:50:58 +01:00
rodič 2f72b28d76
revize e0614657e0

Zobrazit soubor

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