aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e5e8c43cbe50a564bac2aa3099dfa1eec79d2eb8 (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 ./...