diff --git a/.travis.yml b/.travis.yml index 5024dc725..f88dcb97c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ go: - tip install: make deps -script: make test +script: + - go test ./... + - go test -race ./... notifications: flowdock: