Removing go generate from .travis to test commited changes

The versions of any generated file should be up to date in master,
running go generate on a freshly cloned version of truss should be a
noop. This allows for people to go get truss without running go generate
This commit is contained in:
Adam Ryman 2016-09-28 17:17:50 -07:00
Родитель 306e6ab086
Коммит 0e112f7704
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -33,9 +33,6 @@ before_install:
- go get -u golang.org/x/net/context
- go get -u github.com/go-kit/kit/...
# generate template binary data from template files
- go generate ./...
install:
# install our protoc plugin and truss
- go get -t github.com/TuneLab/go-truss/...