add .travis.yml

This commit is contained in:
Jeromy 2015-11-19 16:55:44 -08:00
parent 9d40a0af19
commit cca312d330
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
os:
- linux
- osx
language: go
go:
- 1.5.1
env:
- GO15VENDOREXPERIMENT=1
script:
- go test ./p2p/...