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

go:
- 1.11.x
- 1.12.x

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

dist: xenial

env:
  - GO111MODULE=on