s3manager-web/.travis.yml

11 lines
185 B
YAML
Raw Normal View History

2017-04-07 08:59:24 +02:00
language: go
2017-07-31 11:50:11 +02:00
2017-12-05 23:16:03 +01:00
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)