Unverified Commit f1a47777 authored by Jakub Sztandera's avatar Jakub Sztandera Committed by GitHub

Merge pull request #27 from libp2p/gomod

add gomod support // tag v0.0.2
parents 41fb0d3d 2c19ec94
sudo: false os:
- linux
language: go language: go
go: go:
- 1.11.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 - $GOPATH/src/gx
- $GOPATH/pkg/mod
- $HOME/.cache/go-build
notifications: notifications:
email: false email: false
env: GOTFLAGS="-race"
This diff is collapsed.
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