diff --git a/.travis.yml b/.travis.yml index 2410511cb..a3c78d84a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ jobs: - name: "LBRY Integration Tests" install: - pip install coverage tox-travis + - sudo mount -o mode=1777,nosuid,nodev -t tmpfs tmpfs /tmp script: cd lbry && tox after_success: - coverage combine lbry