ttravis: disable macOS build - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 44e6bfbdd474ef44a0a492760949b381bd709804
DIR parent 95203b0a55a6ee2458999564bb573529d670795b
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Fri, 18 Dec 2020 19:15:45 +0100
ttravis: disable macOS build
Diffstat:
M .travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -76,7 +76,8 @@ jobs:
- ls -la bin
- if [ $(ls bin | grep -c Electrum-*) -eq 0 ]; then exit 1; fi
after_success: true
- - if: (branch = master) OR (tag IS present)
+ # disabled for now as travis started to always time out:
+ - if: false AND ((branch = master) OR (tag IS present))
name: "MacOS build"
os: osx
language: c