.travis.yml

 1language: go
 2
 3go:
 4  - "1.9"
 5  - "1.10.x"
 6
 7install:
 8  - make install
 9
10script:
11  - make test