travis.yml: remove "./cmd"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-01-14 19:46:57 -08:00
parent 97cd2a41c8
commit ab7c319b8c

View File

@ -51,7 +51,7 @@ before_install:
- docker pull gcr.io/etcd-development/etcd-test:go1.9.3
install:
- pushd cmd/etcd && go get -t -v ./... && popd
- go get -t -v ./...
script:
- >