Commit eb3d02fc authored by Jakub Sztandera's avatar Jakub Sztandera

Add Makefile and travis

parent f286f280
language: go
sudo: false
go:
- 1.6.2
- release
- tip
script:
- make test
env: TEST_NO_FUSE=1 TEST_VERBOSE=1
test: deps
go test -race -v ./...
export IPFS_API ?= v04x.ipfs.io
gx:
go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
deps: gx
gx --verbose install --global
gx-go rewrite
go get -t ./...
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