You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
148 B

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