This commit is contained in:
Juan Batiz-Benet 2015-01-12 11:23:52 -08:00
parent 30d77c8222
commit b2e2374680
2 changed files with 14 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: go
go:
- 1.3
- release
- tip
script:
- make test
env: TEST_VERBOSE=1

View File

@ -12,5 +12,8 @@ vendor: godep
install: dep
cd multiaddr && go install
test:
go test ./...
dep:
cd multiaddr && go get ./...