Codebase list golang-github-gofrs-flock / 784d7b28-deb1-43c8-a5af-255584728eb2/upstream .travis.yml
784d7b28-deb1-43c8-a5af-255584728eb2/upstream

Tree @784d7b28-deb1-43c8-a5af-255584728eb2/upstream (Download .tar.gz)

.travis.yml @784d7b28-deb1-43c8-a5af-255584728eb2/upstreamraw · history · blame

language: go
go:
  - 1.14.x
  - 1.15.x
script: go test -v -check.vv -race ./...
sudo: false
notifications:
  email:
    on_success: never
    on_failure: always