SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
1 deletions
-
.travis.yml
|
|
@ -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 |
|
|
|