Commit b2e23746 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

travis

parent 30d77c82
language: go
go:
- 1.3
- release
- tip
script:
- make test
env: TEST_VERBOSE=1
......@@ -12,5 +12,8 @@ vendor: godep
install: dep
cd multiaddr && go install
test:
go test ./...
dep:
cd multiaddr && go get ./...
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment