add .travis.yml
This commit is contained in:
parent
9d40a0af19
commit
cca312d330
|
@ -0,0 +1,14 @@
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.5.1
|
||||
|
||||
env:
|
||||
- GO15VENDOREXPERIMENT=1
|
||||
|
||||
script:
|
||||
- go test ./p2p/...
|
Loading…
Reference in New Issue