.travis.yml

 1sudo: false
 2language: go
 3
 4go:
 5  - 1.6
 6  - 1.7
 7  - 1.8
 8  - master
 9  - tip
10
11script: make test