fix whitespace
This commit is contained in:
parent
45ecdafd52
commit
cb30514cbc
1 changed files with 10 additions and 12 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
|
@ -29,4 +28,3 @@ script:
|
|||
# py2app fails to find jsonrpc unless json-rpc is installed. why? I don't know.
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip install json-rpc; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd packaging/osx/lbry-osx-app; ./setup_app.sh; cd $TRAVIS_BUILD_DIR; fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue