From b98e6df4fdea0dac1f992fcbd6042235c1978a9d Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 13 Aug 2013 17:03:37 +0000 Subject: [PATCH] travis.yml: Use --no-network. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a6f384..831142a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ install: # command to run tests, e.g. python setup.py test script: - echo $TRAVIS_PYTHON_VERSION - - supybot-test test --plugins-dir=. --exclude=WebStats --exclude=Seeks --exclude=Rbls + - supybot-test test --plugins-dir=. --no-network --exclude=WebStats --exclude=Seeks --exclude=Rbls