Skip to content

Commit

Permalink
Revert "Remove simplify-code option, for now"
Browse files Browse the repository at this point in the history
This reverts commit be6978e (Remove
simplify-code option, for now, 2016-03-12, gregjones#40).  I expect this was
due to a simplification change between Go versions (the commit message
doesn't say), but none of the versions which we were using back then
are supported any more.
  • Loading branch information
wking committed Nov 7, 2018
1 parent 459ce58 commit 118c0b1
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 @@ -12,6 +12,6 @@ install:
- # 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).
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- diff -u <(echo -n) <(gofmt -d -s .)
- go tool vet .
- go test -v -race ./...

0 comments on commit 118c0b1

Please sign in to comment.