Commit 84065522 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #4 from ipfs/feat/CI

Add Makefile and travis
parents f0f325f3 eb3d02fc
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