about summary refs log tree commit diff stats
path: root/.travis.yml
blob: b18e92d20a122cca25bd98904d0bf3057f0d2bce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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