From ca42757ed450c47b7ace11e78489a21c12b13efb Mon Sep 17 00:00:00 2001 From: echel0n Date: Mon, 17 Nov 2014 02:09:21 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85bdc4fb..1c526fe3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,10 @@ python: - 2.6 - 2.7 -install: - - pip install cheetah - +# whitelist +branches: + only: + - develop + before_script: cd ./tests -script: python all_tests.py \ No newline at end of file +script: ./all_tests.py