mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2024-12-28 23:50:12 +08:00
13 lines
119 B
YAML
13 lines
119 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.6.2
|
|
- release
|
|
- tip
|
|
|
|
script:
|
|
- make test
|
|
|
|
env: TEST_NO_FUSE=1 TEST_VERBOSE=1
|