Skip to content

Commit

Permalink
Background etcd in travis run script
Browse files Browse the repository at this point in the history
  • Loading branch information
soamvasani committed Dec 5, 2016
1 parent 4c14f34 commit cd53250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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/')

0 comments on commit cd53250

Please sign in to comment.