Merge pull request #2407 from lbryio/temporary_speedup_ci

travis: remount /tmp as tmpfs
This commit is contained in:
Jack Robison 2019-08-21 20:08:27 -04:00 committed by GitHub
commit 92823dcea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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