Skip to content

Commit

Permalink
travis: fix golang/go#27868
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Dec 13, 2018
1 parent 762eb01 commit ea3e7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:

script:
- gofmt -d -e -l . && git diff --quiet
- go mod tidy -v && git diff --exit-code
- go mod tidy -v && git diff
- go mod vendor && git diff --exit-code
- go test -v ./...
- go build -ldflags "-X main.Version=$(git describe --dirty --broken || git rev-parse --short HEAD)"
Expand Down

0 comments on commit ea3e7fa

Please sign in to comment.