Commit 1b371980 authored by Jakub Sztandera's avatar Jakub Sztandera

Add gomod

parent 05788492
os: os:
- linux - linux
sudo: false
language: go language: go
go: go:
- 1.11.x - 1.11.x
env:
global:
- GOTFLAGS="-race -cpu=5"
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 -cpu=5"
module github.com/ipfs/go-datastore
require (
github.com/go-check/check v0.0.0-20180628173108-788fd7840127
github.com/google/uuid v1.1.1
github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8
github.com/kr/pretty v0.1.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
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