go-libp2p-kad-dht/.travis.yml

32 lines
421 B
YAML
Raw Permalink Normal View History

2016-08-21 17:19:24 +01:00
os:
- linux
language: go
2019-02-27 10:25:34 +01:00
go:
2020-03-20 15:09:47 -07:00
- 1.14.x
2019-02-27 10:25:34 +01:00
env:
2019-02-27 10:25:34 +01:00
global:
- GOTFLAGS="-race"
- IPFS_REUSEPORT=false
2019-02-27 10:25:34 +01:00
matrix:
- BUILD_DEPTYPE=gomod
2016-08-21 17:19:24 +01:00
2019-02-27 10:25:34 +01:00
# disable travis install
install:
- true
2019-02-13 10:12:14 +11:00
2019-02-27 10:25:34 +01:00
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
2019-02-13 10:12:14 +11:00
2016-08-21 17:19:24 +01:00
cache:
2019-02-27 10:25:34 +01:00
directories:
- $GOPATH/pkg/mod
- /home/travis/.cache/go-build
2016-08-21 17:19:24 +01:00
notifications:
email: false