mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-01-16 02:50:07 +08:00
25 lines
245 B
YAML
25 lines
245 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
|
|
install: true
|
|
|
|
before_install:
|
|
- make deps
|
|
|
|
script:
|
|
- go vet
|
|
- $GOPATH/bin/goveralls -service="travis-ci"
|
|
|
|
cache:
|
|
directories:
|
|
- $GOPATH/src/gx
|
|
|
|
notifications:
|
|
email: false
|