github.com/aquayi/gokit@v0.0.0-20170805152833-88827a405d9b/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.8.x
     5    - tip
     6    
     7  # whitelist
     8  branches:
     9    only:
    10    - master
    11    - stable 
    12  
    13  before_install:
    14    - go get -t -v ./...
    15  
    16  script:
    17    - go test -race -coverprofile=coverage.txt -covermode=atomic
    18  
    19  after_success:
    20    - bash <(curl -s https://codecov.io/bash)
    21  
    22  notifications:
    23    webhooks: https://hooks.pubu.im/services/3wp9q4yqlzm8fxr