Skip to content

Commit

Permalink
ugh bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 18, 2018
1 parent b91c2b1 commit f686ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -113,7 +113,7 @@ if [[ "$RUN" =~ "fmt" ]] ; then
check_gofmt() {
# NOTE(@cpu): Go 1.10.3's gofmt and Go 1.11's gofmt don't agree. Let's
# temporarily ignore the gofmt check when not using Go 1.11
if [ "$TRAVIS_GO_VERSION" == "1.10.3" ]; then
if [ "$TRAVIS_GO_VERSION" != "1.11.1" ]; then
return 0
fi
unformatted=$(find . -name "*.go" -not -path "./vendor/*" -print | xargs -n1 gofmt -l)
Expand Down

0 comments on commit f686ae4

Please sign in to comment.