Remove weak RSA flag from CI

This commit is contained in:
Cole Brown 2019-08-28 11:35:23 -04:00
parent d50ea9bc1f
commit 961a767ba5

View File

@ -9,7 +9,6 @@ go:
env:
global:
- BUILD_DEPTYPE=gomod
- LIBP2P_ALLOW_WEAK_RSA_KEYS=1
matrix:
- GOTFLAGS="-race"
- GOTFLAGS="-race -tags=openssl"