.travis.yml raw

   1  language: go
   2  
   3  go:
   4    - 1.x
   5    - 1.6
   6    - 1.7.x
   7    - master
   8  
   9