travis: remount /tmp as tmpfs
This commit is contained in:
parent
bbd4bb99b7
commit
795a5227bc
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…
Add table
Reference in a new issue