go-libp2p-core/.travis.yml

32 lines
460 B
YAML
Raw Normal View History

2019-05-23 23:10:57 +08:00
os:
- linux
language: go
go:
- 1.11.x
env:
global:
- BUILD_DEPTYPE=gomod
- LIBP2P_ALLOW_UNSAFE_RSA_KEYS=1
2019-05-23 23:37:40 +08:00
matrix:
- GOTFLAGS="-race"
- GOTFLAGS="-race -tags=openssl"
2019-05-23 23:10:57 +08:00
# disable travis install
install:
- true
script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache:
directories:
- $GOPATH/pkg/mod
- $HOME/.cache/go-build
notifications:
email: false