go-multiaddr/.travis.yml
2014-10-11 02:30:03 -07:00

11 lines
84 B
YAML

language: go
go:
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...