From 4c233122d62dd3fc7d15c088bdc76b7c5152ac9d Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 3 Mar 2013 20:58:33 +0400 Subject: [PATCH] Do not restrict branches to `tests` branch In any case it was not working --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 774a6f60..dadf667d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,5 @@ python: - "3.3" install: tests/install.sh script: tests/test.sh -branches: - only: - - tests # vim: et