Skip to content

Commit

Permalink
Merge pull request #69 from pangaunn/add-style-check
Browse files Browse the repository at this point in the history
Add style standards check
  • Loading branch information
thinkingserious committed Oct 22, 2018
2 parents 0d9fc28 + 4ee651f commit c3e051d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_script:
- go get -u github.com/alecthomas/gometalinter
- gometalinter --install
script:
- diff -u <(echo -n) <(gofmt -d -s .)
- gometalinter --disable=golint ./...
- go test -cover -bench=. -v -race ./...
notifications:
Expand Down

0 comments on commit c3e051d

Please sign in to comment.