Skip to content

Commit

Permalink
Build bindata before running goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Nov 15, 2020
1 parent da6d434 commit 453f2da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ before_install:
- go get github.com/mattn/goveralls

script:
- go get -u github.com/shuLhan/go-bindata/...
- $$GOPATH/bin/go-bindata -pkg bindata -o bindata/bindata.go etc/*
- $GOPATH/bin/goveralls -service=travis-ci -ignore bindata/bindata.go

0 comments on commit 453f2da

Please sign in to comment.