From ec9ca52e461512deb6b3614d155645e177c7eff0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 25 Feb 2019 21:24:35 +0300 Subject: [PATCH] CI: Remove branch limitations --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index f353ef2..fc8ae1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,3 @@ -# Config file for automatic testing at travis-ci.org - -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master - language: python python: -- 2.39.2