From 34b15e22bb285632f19aa534b4582465254af021 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Wed, 25 Oct 2017 12:08:58 +0300 Subject: [PATCH] try to sleep a bit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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