1
0
mirror of https://github.com/libp2p/go-libp2p-core.git synced 2025-04-28 17:10:14 +08:00

update travis build matrix += openssl.

This commit is contained in:
Raúl Kripalani 2019-05-23 16:37:40 +01:00
parent 79bf30a5a4
commit f21b5666f4

View File

@ -8,10 +8,10 @@ go:
env:
global:
- GOTFLAGS="-race"
matrix:
- BUILD_DEPTYPE=gomod
matrix:
- GOTFLAGS="-race"
- GOTFLAGS="-race -tags=openssl"
# disable travis install
install: