Unverified Commit 2153dccb authored by Raúl Kripalani's avatar Raúl Kripalani Committed by GitHub

Merge pull request #4 from libp2p/gomod

add gomod support // tag v0.0.1.
parents 7e5a55af 1f5b3acc
os: os:
- linux - linux
sudo: false
language: go language: go
go: go:
- 1.9.x - 1.11.x
env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gx
- BUILD_DEPTYPE=gomod
# disable travis install
install: install:
- make deps - true
script: script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh) - bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache: cache:
directories: directories:
- $GOPATH/src/gx - /Users/raul/go/src/gx
- /Users/raul/go/pkg/mod
- /Users/raul/.cache/go-build
notifications: notifications:
email: false 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