Unverified Commit 7a350a65 authored by Raúl Kripalani's avatar Raúl Kripalani Committed by GitHub

Merge pull request #2 from multiformats/feat/ci

CI: add Travis support
parents faeb7073 7bdd7c63
os:
- linux
language: go
go:
- 1.11.x
env:
global:
- GOTFLAGS="-race"
- IPFS_REUSEPORT=false
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod
# disable travis install
install:
- true
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:
- $GOPATH/src/gx
- $GOPATH/pkg/mod
- /home/travis/.cache/go-build
notifications:
email: false
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