diff --git a/.travis.yml b/.travis.yml index 2151590..007955a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_install: - ./pilosa-master-linux-amd64/pilosa server -b https://:20101 -d https_data --tls.skip-verify --tls.certificate test.pilosa.local.crt --tls.key test.pilosa.local.key & - go get github.com/mattn/goveralls - go get -u github.com/golang/dep/cmd/dep + - sleep 10 addons: script: - dep ensure