From d7d52b4c17fe396c4005051da8613d6bbc172523 Mon Sep 17 00:00:00 2001 From: Cleber Rosa Date: Sat, 16 Dec 2017 10:47:30 -0500 Subject: [PATCH] Travis-CI: also include 52lts branch The 52lts branch is missing in the configuration file. Let's add it. Signed-off-by: Cleber Rosa --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 142e37e6..e6abc03a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ branches: only: - master - 36lts + - 52lts cache: directories: -- GitLab