Skip to content

Commit

Permalink
Fix go-fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
aimuz committed Jun 8, 2018
1 parent 344047c commit 38e9c42
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ go:
- 1.8.x
- tip

before_install:
matrix:
allow_failures:
- go: master
fast_finish: true
install:

script:
- go get -t -v ./...

after_success:
- bash <(curl -s https://codecov.io/bash)
- diff -u <(echo -n) <(gofmt -d -s .)
- go tool vet .
- go test -v -race ./...

0 comments on commit 38e9c42

Please sign in to comment.