summary refs log tree commit diff stats
path: root/.travis.yml
blob: 91781f5e7a902a4891e90ff5ec5aab260377c5bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go

go:
- 1.11.x
- 1.12.x

matrix:
  include:
    - os: linux
      dist: xenial
    - os: osx
    - os: windows

env:
  - GO111MODULE=on