From d665a5c4ebd3e254f30e497bd2a48cc43b4c1c37 Mon Sep 17 00:00:00 2001 From: Pavel Safronov Date: Fri, 8 Oct 2021 12:47:19 +0100 Subject: [PATCH] Changed branch name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e75143..efc1af5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ deploy: file: python/python-leetcode.tar.gz skip_cleanup: true on: - branch: main + branch: master