Codebase list golang-github-ccding-go-stun / bullseye-backports/main .travis.yml
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

.travis.yml @bullseye-backports/mainraw · history · blame

language: go
arch:
  - amd64
  - ppc64le
go:
  - 1.14.x
  - tip
script:
  - go build ./...
  - go test -v ./...
  - go test -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
  - bash <(curl -s https://codecov.io/bash)