mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-03 21:33:07 +00:00
22 lines
188 B
YAML
22 lines
188 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
|
|
install: true
|
|
|
|
script:
|
|
- make deps
|
|
- go test ./...
|
|
|
|
cache:
|
|
directories:
|
|
- $GOPATH/src/gx
|
|
|
|
notifications:
|
|
email: false
|