From e0614657e058098f3f33797ccc7c003c53af2d16 Mon Sep 17 00:00:00 2001 From: Joe Higton Date: Sat, 7 Jun 2014 05:50:58 +0100 Subject: [PATCH] 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! --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b20dfe6..3d97d6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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