aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 70c716c4c2a3293cbef06726faace0112f843455 (plain)
1
2
3
4
5
6
7
8
9
10
language: go
sudo: false
go:
  - 1.9.2
os:
  - linux
  - osx

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