2016-08-20 06:01:56 +08:00
|
|
|
os:
|
2016-10-05 09:01:51 +08:00
|
|
|
- linux
|
2016-08-20 06:01:56 +08:00
|
|
|
|
2016-04-19 07:45:09 +08:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2019-12-07 05:33:04 +08:00
|
|
|
- 1.13.x
|
2019-03-01 01:04:29 +08:00
|
|
|
|
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- GOTFLAGS="-race"
|
|
|
|
matrix:
|
|
|
|
- BUILD_DEPTYPE=gomod
|
2016-04-19 07:45:09 +08:00
|
|
|
|
2019-03-01 01:04:29 +08:00
|
|
|
|
|
|
|
# disable travis install
|
2017-11-18 11:45:45 +08:00
|
|
|
install:
|
2019-03-01 01:04:29 +08:00
|
|
|
- true
|
2016-10-05 09:01:51 +08:00
|
|
|
|
2016-04-19 07:45:09 +08:00
|
|
|
script:
|
2017-11-17 16:09:24 +08:00
|
|
|
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
2016-04-19 07:45:09 +08:00
|
|
|
|
2019-03-01 01:04:29 +08:00
|
|
|
|
2016-08-20 06:01:56 +08:00
|
|
|
cache:
|
2019-03-01 01:04:29 +08:00
|
|
|
directories:
|
|
|
|
- $GOPATH/pkg/mod
|
|
|
|
- $HOME/.cache/go-build
|
2016-10-05 09:01:51 +08:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|