summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-08-15 21:31:40 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-16 10:15:01 +0000
commitc0db25542544d23e507f02645e0904d9dba2511b (patch)
tree0fdc26caafbd950193e9be66372ae3ac826a038e /.travis.yml
parent006b4f4e5c3579428ff02ab954bf78a913df9e5a (diff)
Limit the size of a save file in file_saving_test.
Limited to 4GiB. That ought to be enough for any save file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c45cab2..23defef5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,8 +46,6 @@ matrix:
46 - libcv-dev # For av_test. 46 - libcv-dev # For av_test.
47 - libhighgui-dev # For av_test. 47 - libhighgui-dev # For av_test.
48 - libopencv-contrib-dev # For av_test. 48 - libopencv-contrib-dev # For av_test.
49 - libsndfile1-dev # For av_test.
50 - portaudio19-dev # For av_test.
51 before_install: 49 before_install:
52 # Clear bazel installation. 50 # Clear bazel installation.
53 - rm -rf $HOME/.cache/bazel/_bazel_$USER/install 51 - rm -rf $HOME/.cache/bazel/_bazel_$USER/install