From 8a65d99e08968032804d01191d49f62379d8c6c9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 11 Nov 2018 16:21:48 +0200 Subject: [PATCH] .travis.yml: Don't limit builds to master This is good in theory but it means we can't trigger builds for other branches on the fly from the Travis web interface. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ea958d..7d18595 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,5 @@ python: - "3.6" - "3.7-dev" script: pip install -r requirements.txt -branches: - only: - - master # vim: ts=2 sw=2 et