From cd5325090b1a265726fd012fb6c967c2e17064b0 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Sun, 4 Dec 2016 18:33:50 -0800 Subject: [PATCH] Background etcd in travis run script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2deae06a5c..2acfc1b0a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,6 @@ script: - glide install - ./fission-bundle/build.sh - hack/verify-gofmt.sh - - /tmp/test-etcd/etcd + - /tmp/test-etcd/etcd & - go test -v -i $(go list ./... | grep -v '/vendor/') - go test -v $(go list ./... | grep -v '/vendor/')