mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
fix travis macOS build
This commit is contained in:
parent
f4513c12eb
commit
124d2e23b7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ jobs:
|
||||||
python: false
|
python: false
|
||||||
install:
|
install:
|
||||||
- git fetch --all --tags
|
- git fetch --all --tags
|
||||||
script: ./contrib/build-osx/make_osx
|
script: ./contrib/osx/make_osx
|
||||||
after_script: ls -lah dist && md5 dist/*
|
after_script: ls -lah dist && md5 dist/*
|
||||||
after_success: true
|
after_success: true
|
||||||
- stage: release check
|
- stage: release check
|
||||||
|
|
Loading…
Add table
Reference in a new issue