language: go

go:
  - "1.x"

env:
  - GO111MODULE=on

install:
  - go get ./...

script:
  - go test ./...