forked from LBRYCommunity/lbry-sdk
Merge pull request #2407 from lbryio/temporary_speedup_ci
travis: remount /tmp as tmpfs
This commit is contained in:
commit
92823dcea9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue