Commit f943d306 authored by George Antoniadis's avatar George Antoniadis

Add travis integration

parent 5f3e63aa
os:
- linux
- osx
language: go
go:
- 1.5.2
env:
- GO15VENDOREXPERIMENT=1
install: true
script:
- make deps
- go test ./...
cache:
directories:
- $GOPATH/src/gx
notifications:
email: false
\ No newline at end of file
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 ./...
\ No newline at end of file
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