os:
- linux
- osx
language: go
go:
- 1.5.1
env:
- GO15VENDOREXPERIMENT=1
install: true
script:
- make deps
- go test ./p2p/...