go-github-selfupdate/.travis.yml
2017-12-30 13:32:46 +09:00

15 lines
290 B
YAML

language: go
os:
- linux
- osx
install:
- go get -t -d -v ./...
- go version
- go env
script:
- go build ./selfupdate/
- go build ./cmd/selfupdate-example/
- go test -v -race -coverprofile=coverage.txt ./selfupdate
after_success:
- bash <(curl -s https://codecov.io/bash)