diff --git a/.travis.yml b/.travis.yml index 269499ad9..33dd51e1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,6 +76,7 @@ jobs: install: - pip3 install pyinstaller - pip3 install git+https://github.com/lbryio/torba.git + - python scripts/set_build.py - pip3 install -e . script: - pyinstaller -F -n lbrynet lbrynet/cli.py