test to see if webhook pushes are gone

This commit is contained in:
Liam Stanley 2017-04-26 13:28:11 -04:00 committed by GitHub
parent c3dea79f51
commit eeec425a7b

View File

@ -9,7 +9,7 @@ before_install:
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- $HOME/gopath/bin/golint -min_confidence 0.9 -set_exit_status
- go test -v -race -timeout 2m -count 3
- go test -v -race -timeout 3m -count 3
- go tool vet -v -all .
branches:
only: