source: code/trunk/vendor/github.com/google/uuid/.travis.yml@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 76 bytes
Line 
1language: go
2
3go:
4 - 1.4.3
5 - 1.5.3
6 - tip
7
8script:
9 - go test -v ./...
Note: See TracBrowser for help on using the repository browser.