diff --git a/.travis.yml b/.travis.yml index cc8049f..2ae25f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,8 @@ notifications: email: recipients: - team@onionscan.org + +script: + - go test -v ./... + - GOFMT=$(gofmt -d .) && echo "$GOFMT" + - test -z "$GOFMT"