1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-15 01:25:00 +02:00

Update .travis.yml

Added protection from PR's with bad code formatting.
This commit is contained in:
Tim Voronov
2018-11-06 10:16:24 -05:00
committed by GitHub
parent 8bb7941864
commit 40728f7ef9

View File

@ -43,6 +43,8 @@ jobs:
script:
- make vet
- make lint
- make fmt
- if [[ $(git diff --stat) != '' ]]; then echo 'Invalid formatting!' >&2; exit 1; fi
- stage: compile
script:
- make generate