aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: f98230891f11efdaaeaed2e799ad9ceedb761a8c (plain)
1
2
3
4
5
6
7
8
9
language: go
sudo: false
go:
  - 1.6.2
os:
  - linux
  - osx
script:
  - go test -v ./...