2019-06-09 07:24:20 +00:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
|
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2019-10-04 15:21:24 +00:00
|
|
|
- 1.12.x
|
2019-06-09 07:24:20 +00:00
|
|
|
|
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- GOTFLAGS="-race"
|
|
|
|
- IPFS_REUSEPORT=false
|
|
|
|
matrix:
|
|
|
|
- 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/pkg/mod
|
|
|
|
- /home/travis/.cache/go-build
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|