aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 21d65858a4675ff94f1b29fc3a1901af1198c4a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: go
sudo: false
go:
  - 1.6.2
os:
  - linux
  - osx

osx_image: xcode7.3 

script:
  - go test -v ./...