AMD64
Go: 1.17.x
Git
BUILD_DEPTYPE=gomod
libp2p/go-flow-metrics:.travis.yml@3f13d05
os:
- linux
language: go
go:
- 1.17.x
env:
global:
- GOTFLAGS="-race"
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/.cache/go-build
notifications:
email: false
Build Config
{
"language": "go",
"os": [
"linux"
],
"dist": "xenial",
"go": [
"1.17.x"
],
"env": {
"global": [
{
"GOTFLAGS": "\"-race\""
}
],
"jobs": [
{
"BUILD_DEPTYPE": "gomod"
}
]
},
"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/.cache/go-build"
]
},
"notifications": {
"email": [
{
"enabled": false
}
]
}
}