From b887a97be2a5992a033de4f1af5f85f9c84e606e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 20 May 2013 17:37:49 +0200 Subject: [PATCH] travis.yml: Remove useless command. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2106f6ae..4190808e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ install: script: - echo $TRAVIS_PYTHON_VERSION - python setup.py install - - cd py3k/; supybot-test test --plugins-dir=./build/lib/supybot/plugins/ --no-network --disable-multiprocessing + - supybot-test test --plugins-dir=./build/lib/supybot/plugins/ --no-network --disable-multiprocessing