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:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.5.3
|
||||
- release
|
||||
- tip
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
Reference in New Issue
Block a user