diff --git a/.travis.yml b/.travis.yml index 08f5929..b5cee08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,11 @@ go: - tip before_script: - - go get github.com/GeertJohan/fgt - go get github.com/golang/lint script: - - fgt gomft -l . - - fgt golint ./.. + - test -z $(gomft -l .) + - test -z $(golint ./...) - go vet ./... - go test -v ./... diff --git a/README.md b/README.md index ee8043c..38179b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Scout +[![Build Status](https://travis-ci.org/enova/scout.svg?branch=master)](https://travis-ci.org/enova/scout) Scout is a daemon for listening to a set of SNS topics and enqueuing anything it finds into sidekiq jobs. It's meant to extract processing of SQS from the rails