Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Nov 20, 2015
1 parent 9d40a0a commit cca312d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
os:
- linux
- osx

language: go

go:
- 1.5.1

env:
- GO15VENDOREXPERIMENT=1

script:
- go test ./p2p/...

0 comments on commit cca312d

Please sign in to comment.