Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit be6978e

Browse files
committed
Remove simplify-code option, for now
1 parent 702602a commit be6978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ install:
1111
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
1212
script:
1313
- go get -t -v ./...
14-
- diff -u <(echo -n) <(gofmt -d -s .)
14+
- diff -u <(echo -n) <(gofmt -d .)
1515
- go tool vet .
1616
- go test -v -race ./...

0 commit comments

Comments
 (0)