From 86a8f04be3d7122a049bb66062409e5cf9308a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 2 Jul 2020 11:27:08 +0200 Subject: [PATCH] chg: Bump travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3cd29fc..013d41b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: - git clone https://github.com/MISP/PyMISPGalaxies.git - pushd PyMISPGalaxies - git submodule update --init - - git submodule foreach git pull origin master + - git submodule foreach git pull origin main - pipenv install -d - popd - popd