e0614657e0
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!
9 lines
178 B
YAML
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
|