about summary refs log blame commit diff stats
path: root/.travis.yml
blob: b18e92d20a122cca25bd98904d0bf3057f0d2bce (plain) (tree)
1
2
3
4
5
6
7
8
9


            

         
         
         
 
   
         
 
            
 

                  
 
       
                                               
        
language: go

go:
 - 1.11.x
 - 1.12.x
 - 1.13.x
 - 1.14.x

os:
  - linux

dist: bionic

env:
  - GO111MODULE=on

script:
  - go test -v -race --coverprofile=c.out ./...
  - make