mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
Build openssl-1.1.0f on linux to match Windows exactly
This commit is contained in:
parent
5505b57f50
commit
f155711295
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ git:
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "11"
|
||||
- '11'
|
||||
|
||||
addons:
|
||||
artifacts:
|
||||
|
@ -40,8 +40,8 @@ addons:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- "/ci-.*/"
|
||||
- "/stable.*/"
|
||||
- '/ci-.*/'
|
||||
- '/stable.*/'
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
@ -95,7 +95,7 @@ services:
|
|||
- docker
|
||||
|
||||
deploy:
|
||||
"on":
|
||||
'on':
|
||||
branch: master
|
||||
condition: $TRAVIS_OS_NAME = linux
|
||||
provider: script
|
||||
|
|
2
mailsync
2
mailsync
|
@ -1 +1 @@
|
|||
Subproject commit 9ce5519ec5977ca015cc01259022078cef446c99
|
||||
Subproject commit 9dafd9ca8f1175a12f49f0c8012739c0b2831bca
|
Loading…
Reference in a new issue