diff --git a/.travis.yml b/.travis.yml index 59e7f96..ae0b2a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,5 +23,5 @@ install: script: - go test -v ./... -#after_success: -# - go test -v -short -bench . -run=^$ ./... +after_success: + - go test -v -short -bench . -run=^$ ./...