aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/pborman/uuid/.travis.yml
blob: a6a98db8a3f3043e688463b1ebc27b8e2c39562b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
language: go

go:
  - 1.4.3
  - 1.5.3
  - release
  - tip

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