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"
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue