go-libp2p-kad-dht/.travis.yml
Steven Allen fd843511d6 ci: update to go 1.12.1
Go 1.11 has some weird go module checksum issues.
2019-03-21 10:39:18 -07:00

34 lines
465 B
YAML

os:
- linux
language: go
go:
- 1.12.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