Skip to content

Commit

Permalink
Merge branch 'master' into webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour authored Apr 23, 2018
2 parents 290f6e1 + 36b328a commit 74e548e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ before_script:
- go get github.com/mattn/goveralls

script:
- $GOPATH/bin/goveralls -service=travis-ci
- go test -covermode=count -coverprofile=profile.cov github.com/nyaruka/goflow/...
- $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci
- go test github.com/nyaruka/goflow/... -bench=. -benchmem

after_success:
Expand Down

0 comments on commit 74e548e

Please sign in to comment.