mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2024-12-26 23:30:27 +08:00
32 lines
458 B
YAML
32 lines
458 B
YAML
os:
|
|
- linux
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.11.x
|
|
|
|
env:
|
|
global:
|
|
- BUILD_DEPTYPE=gomod
|
|
- LIBP2P_ALLOW_WEAK_RSA_KEYS=1
|
|
matrix:
|
|
- GOTFLAGS="-race"
|
|
- GOTFLAGS="-race -tags=openssl"
|
|
|
|
# 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
|