Commit bf299da7 authored by Jeromy's avatar Jeromy

add travis.yml

parent f5fcc059
os:
- linux
- osx
language: go
go:
- 1.7
install: true
script:
- make deps
- gx-go rewrite
- go get github.com/mattn/goveralls
- goveralls -service=travis-ci
cache:
directories:
- $GOPATH/src/gx
test: deps
go test -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