From 5c0f0fb3c2a4c81f64e38f57ea19dc0cd2d7e93e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 6 Jan 2013 17:18:24 +0100 Subject: [PATCH] travis.yml: Exclude PluginDownloader from being tested (Github API limit rate...). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f02e8779e..258071745 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: script: - echo $TRAVIS_PYTHON_VERSION - if [ `echo $TRAVIS_PYTHON_VERSION | head -c 1` -eq 3 ] ; then ./sandbox/run_2to3.sh -j3; cd py3k/; python3 setup.py install; else python setup.py install; fi - - supybot-test test --plugins-dir=plugins/ + - supybot-test test --plugins-dir=plugins/ --exclude=plugins/PluginDownloader