travis: disable macOS build
This commit is contained in:
@@ -76,7 +76,8 @@ jobs:
|
|||||||
- ls -la bin
|
- ls -la bin
|
||||||
- if [ $(ls bin | grep -c Electrum-*) -eq 0 ]; then exit 1; fi
|
- if [ $(ls bin | grep -c Electrum-*) -eq 0 ]; then exit 1; fi
|
||||||
after_success: true
|
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"
|
name: "MacOS build"
|
||||||
os: osx
|
os: osx
|
||||||
language: c
|
language: c
|
||||||
|
|||||||
Reference in New Issue
Block a user