From 9172b76d270ab62bb7d3b68d16cacf8c8ebc4d8c Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 9 Jun 2022 15:02:25 -0400 Subject: [PATCH] Project: Add develop and master to list of travis branches to build --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index ed8ccaaa5..b2f31961f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ group: travis_latest +branches: + only: + - develop + - master + jobs: include: - name: "Monkey Linux"