1
0
mirror of https://github.com/google/uuid.git synced 2025-09-16 09:16:30 +02:00

Add travis-ci configuration for testing.

This commit is contained in:
Paul Borman
2016-02-09 10:27:59 -08:00
parent 27e2c5ea7b
commit af95d6ed42

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: go
go:
- 1.4.3
- 1.5.3
- release
- tip
script:
- go test -v ./...