gearman-go/.travis.yml
Joe Higton e0614657e0 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!
2014-06-07 05:50:58 +01:00

9 lines
178 B
YAML

language: go
go:
- 1.2
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