From 795a5227bcb10ca58b5b334e7bd63363550fe55d Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 21 Aug 2019 12:51:02 -0300 Subject: [PATCH] travis: remount /tmp as tmpfs --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2410511cb..a3c78d84a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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