Skip to content

Commit

Permalink
remove go generate so dirty state doesnt stop us releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed May 29, 2017
1 parent 5baab8c commit 16deab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 16deab0

Please sign in to comment.