.travis.yml raw

   1  language: go
   2  go:
   3    - 1.3
   4    - 1.4
   5  script:
   6    - go test
   7    - go build
   8