diff --git a/.travis.yml b/.travis.yml index 5e1333664..9e4e70578 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ before_script: - psql -U postgres -d goflow_test -f schema.sql script: - - go generate github.com/nyaruka/goflow/cmd/... - go test $(go list ./... | grep -v /vendor/) -cover - go test $(go list ./... | grep -v /vendor/) -cover -bench=. -benchmem