Changeset e80f0753 in trunk


Ignore:
Timestamp:
2014-09-29T15:43:20Z (11 years ago)
Author:
Brian Warner <warner@…>
Branches:
master
Children:
fc6d237
Parents:
62a0ec08
Message:

travis: remove the os.statvfs debug command

According to https://github.com/travis-ci/travis-ci/issues/2788 (which
was WONTFIXED), roughly half the travis-ci buildserver fleet runs off
tmpfs volumes, which have different notions of space-free and space-used
than real filesystems. We've adapted our tests to avoid relying upon
space-used>0, and no longer need this call to investigate the problem.

refs ticket:2290

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified .travis.yml

    r62a0ec08 re80f0753  
    77  - git pull --depth=1000
    88  - python misc/build_helpers/show-tool-versions.py
    9   - python -c "import os; print os.statvfs('.')"
    109install:
    1110  - pip install 'twisted>=0.13.0'
Note: See TracChangeset for help on using the changeset viewer.