Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Always check go fmt on patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
toothbrush committed Nov 22, 2018
1 parent a846890 commit f9b1ef5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ install:
- go get github.com/redbubble/go-passe
- go get github.com/golang/dep/cmd/dep
- make vendor
script:
- make test
jobs:
include:
- stage: check formatting
script:
- make fmt && git diff --exit-code
- stage: run tests
script:
- make test

0 comments on commit f9b1ef5

Please sign in to comment.