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