go-multiaddr/.travis.yml

31 lines
394 B
YAML
Raw Normal View History

2016-04-19 12:26:49 -07:00
os:
- linux
language: go
2016-04-19 12:26:49 -07:00
2015-01-12 11:23:52 -08:00
go:
2019-09-18 16:59:15 -07:00
- 1.12.x
2019-02-26 19:37:06 +01:00
env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gomod
2016-04-19 12:26:49 -07:00
2019-02-26 19:37:06 +01:00
# disable travis install
2016-04-19 12:26:49 -07:00
install:
2019-02-26 19:37:06 +01:00
- true
2015-01-12 11:23:52 -08:00
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
2015-01-12 11:23:52 -08:00
2019-02-26 19:37:06 +01:00
2016-04-19 12:26:49 -07:00
cache:
2019-02-26 19:37:06 +01:00
directories:
- $GOPATH/pkg/mod
- /home/travis/.cache/go-build
notifications:
email: false