Browse Source

Install specific OpenSSL version on TravisCI for macOS releases as well

See pull request timvisee/ffsend#11
timvisee 6 years ago
parent
commit
bd034a40d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -14,7 +14,7 @@ stages:
 addons:
   homebrew:
     packages:
-    - openssl
+    - openssl@1.1
     update: true
 
 jobs: