go-libp2p-pubsub/.travis.yml

31 lines
387 B
YAML
Raw Normal View History

2016-09-11 03:47:12 +00:00
os:
- linux
language: go
go:
2019-03-02 00:13:11 +00:00
- 1.11.x
env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gomod
2016-09-11 03:47:12 +00:00
2019-03-02 00:13:11 +00:00
# disable travis install
install:
2019-03-02 00:13:11 +00:00
- true
2016-09-11 03:47:12 +00:00
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
2016-09-11 03:47:12 +00:00
2019-03-02 00:13:11 +00:00
2016-09-11 03:47:12 +00:00
cache:
2019-03-02 00:13:11 +00:00
directories:
- $GOPATH/pkg/mod
- $HOME/.cache/go-build
2016-09-11 03:47:12 +00:00
notifications:
email: false