Remove cruft from .travis.yml

This commit is contained in:
GLolol 2014-10-29 17:47:42 -07:00
parent da1983b6f2
commit 13d9c78ee2

View File

@ -11,10 +11,9 @@ before_install:
- sudo apt-get -qq update
install:
- sudo apt-get install -qq bind9-host
- pip install -vr requirements.txt||true
- pip install -vr requirements.txt
# Run supybot-test
script:
- echo $TRAVIS_PYTHON_VERSION
- supybot-test -c --plugins-dir=.
notifications:
email: false