Codebase list golang-github-bep-debounce / 986cf618-e122-412f-a0cb-69be710948ad/main .travis.yml
986cf618-e122-412f-a0cb-69be710948ad/main

Tree @986cf618-e122-412f-a0cb-69be710948ad/main (Download .tar.gz)

.travis.yml @986cf618-e122-412f-a0cb-69be710948ad/mainraw · history · blame

language: go
sudo: false
go:
  - "1.11.x"
  - tip
os:
  - linux
  - osx
matrix:
  allow_failures:
    - go: tip
  fast_finish: true
script:
  - env GO111MODULE=on go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
  - bash <(curl -s https://codecov.io/bash)