projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528364a
)
travis: show os.statvfs before build, to investigate #2290
author
Brian Warner
<warner@lothar.com>
Fri, 12 Sep 2014 19:14:29 +0000
(12:14 -0700)
committer
Brian Warner
<warner@lothar.com>
Fri, 12 Sep 2014 19:14:29 +0000
(12:14 -0700)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 136436806eda699fe03495bc64e68ec109485479..d4f30f1a129bf5ea20341134c1cb66e178f84c4b 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-6,6
+6,7
@@
before_install:
- sh -c set
- git pull --depth=1000
- python misc/build_helpers/show-tool-versions.py
+ - python -c "import os; print os.statvfs('.')"
install:
- pip install 'twisted>=0.13.0'
- pip install 'coveralls==0.4.2'