Skip to content

Commit

Permalink
Run gofmt first
Browse files Browse the repository at this point in the history
bindata won't pass the gofmt check
  • Loading branch information
mpchadwick committed Nov 19, 2020
1 parent 3b49bad commit c72b301
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 @@ -11,9 +11,9 @@ before_script:
- curl -sfL https://raw.githubusercontent.com/knqyf263/cob/master/install.sh | sudo sh -s -- -b /usr/local/bin

script:
- diff -u <(echo -n) <(gofmt -d ./)
- make
- cob -bench-cmd make -bench-args bench
- diff -u <(echo -n) <(gofmt -d ./)

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit c72b301

Please sign in to comment.