Skip to content

Commit

Permalink
Update gofmt CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
deankarn committed Apr 20, 2017
1 parent a600a07 commit c6c9e76
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 @@ -21,7 +21,7 @@ before_script:
- go vet ./...

script:
- gofmt -s
- gofmt -d -s .
- golint ./...
- ineffassign ./
- find . -type f | xargs misspell -source=text
Expand Down

0 comments on commit c6c9e76

Please sign in to comment.