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


            

         
 


         
 

            

                  

                            
language: go

go:
 - 1.11.x
 - 1.12.x

os: 
  - linux
  - osx

dist: xenial

env:
  - GO111MODULE=on

script: cd svc && go test -v