gearman-go/.travis.yml
Joe Higton 827cf3fa3e Removed old gearman from travis
gearman-go and original gearmand don't play well, possibly an issue?
2014-06-07 06:36:24 +01:00

8 lines
135 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