1language: go
 2sudo: false
 3  
 4matrix:
 5  include:
 6    - go: "1.15"
 7  
 8script:
 9  - go mod vendor
10  - go test ./...