travis: remount /tmp as tmpfs

This commit is contained in:
Victor Shyba 2019-08-21 12:51:02 -03:00
parent bbd4bb99b7
commit 795a5227bc

View file

@ -25,6 +25,7 @@ jobs:
- name: "LBRY Integration Tests" - name: "LBRY Integration Tests"
install: install:
- pip install coverage tox-travis - pip install coverage tox-travis
- sudo mount -o mode=1777,nosuid,nodev -t tmpfs tmpfs /tmp
script: cd lbry && tox script: cd lbry && tox
after_success: after_success:
- coverage combine lbry - coverage combine lbry