aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 068fe6a1ee18f292bcafe0f49e0812ef7a16ec06 (plain)
1
2
3
4
5
6
7
language: go
go:
  - 1.1.2
  - 1.2
install:
  - script/build
script: script/test
bgstack15