2015-11-20 00:55:44 +00:00
|
|
|
os:
|
|
|
|
- linux
|
2017-11-18 04:16:54 +00:00
|
|
|
|
2015-11-20 00:55:44 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2019-03-02 00:13:40 +00:00
|
|
|
- 1.11.x
|
|
|
|
|
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- GOTFLAGS="-race"
|
|
|
|
matrix:
|
|
|
|
- BUILD_DEPTYPE=gomod
|
2015-11-20 00:55:44 +00:00
|
|
|
|
2019-03-02 00:13:40 +00:00
|
|
|
|
|
|
|
# disable travis install
|
2017-11-17 00:44:02 +00:00
|
|
|
install:
|
2019-03-02 00:13:40 +00:00
|
|
|
- true
|
2015-11-20 01:03:18 +00:00
|
|
|
|
2016-10-05 19:16:25 +00:00
|
|
|
script:
|
2017-11-17 00:44:02 +00:00
|
|
|
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
2016-02-17 17:43:59 +00:00
|
|
|
|
2019-03-02 00:13:40 +00:00
|
|
|
|
2016-02-17 17:43:59 +00:00
|
|
|
cache:
|
2019-03-02 00:13:40 +00:00
|
|
|
directories:
|
|
|
|
- $GOPATH/pkg/mod
|
|
|
|
- $HOME/.cache/go-build
|
2016-10-05 19:16:25 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|