Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

Commit d60c086

Browse files
authored
Merge pull request #2685 from thecodejunkie/travis-legacy-tls-store
Added MONO_TLS_PROVIDER env variable to .travis.yml
2 parents 3943452 + 7501ceb commit d60c086

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ sudo: required
44
dist: trusty
55
addons:
66
apt:
7-
packages:
7+
packages:
88
- gettext
99
- libcurl4-openssl-dev
1010
- libicu-dev
1111
- libssl-dev
1212
- libunwind8
13+
env:
14+
- MONO_TLS_PROVIDER=legacy
1315
script: ./build.sh --verbosity=diagnostic
1416
notifications:
1517
email:

0 commit comments

Comments
 (0)