travis.yml: Disable tests for ShrinkUrl.

This commit is contained in:
Valentin Lorentz 2013-01-23 13:47:55 +00:00
parent 6c0497d34e
commit b421120bad

View File

@ -11,4 +11,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/ --exclude=plugins/PluginDownloader
- supybot-test test --plugins-dir=plugins/ --exclude=plugins/PluginDownloader --exclude=plugins/ShrinkUrl