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
|
|
|
|
2017-03-05 12:08:20 -08:00
|
|
|
env:
|
2019-02-27 10:25:34 +01:00
|
|
|
global:
|
|
|
|
- GOTFLAGS="-race"
|
2017-03-05 12:08:20 -08:00
|
|
|
- IPFS_REUSEPORT=false
|
2019-02-27 10:25:34 +01:00
|
|
|
matrix:
|
|
|
|
- BUILD_DEPTYPE=gomod
|
2017-03-05 12:08:20 -08:00
|
|
|
|
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:
|
2016-09-13 13:20:26 -07:00
|
|
|
email: false
|