aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: d50625684ae386faaa7a733164d79018ea53b323 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: go

go:
  - 1.2
  - 1.3
  - tip

install:
  - go build .

script:
  - go test -v