Background etcd in travis run script

This commit is contained in:
Soam Vasani
2016-12-04 18:33:50 -08:00
parent 4c14f34969
commit cd5325090b
+1 -1
View File
@@ -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/')