]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - .travis.yml
NEWS: classify changes as user-visible or not
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
index d4f30f1a129bf5ea20341134c1cb66e178f84c4b..36356b2b3dfd2d3cef6cdcbf5fc3c22b1bad1f2b 100644 (file)
@@ -4,11 +4,11 @@ python:
   - "2.6"
 before_install:
   - sh -c set
+  - git config --global user.email "travis-tahoe@tahoe-lafs.org"
+  - git config --global user.name "Travis Tahoe"
   - 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'
 before_script: python setup.py build
 script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing