mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-03 21:43:06 +00:00
12 lines
90 B
YAML
12 lines
90 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
- release
|
|
- tip
|
|
|
|
script:
|
|
- make test
|
|
|
|
env: TEST_VERBOSE=1
|