s3manager-web/.travis.yml
Lena Fuhrimann f978993ebc Add Codecov
2017-12-05 23:16:03 +01:00

11 lines
185 B
YAML

language: go
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)