From 7061182f722bf29de4e321dd8b4c0aba8d26bba0 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Mon, 16 Dec 2019 23:12:56 -0300 Subject: [PATCH] PMM-4010 Updated .travis.yml - Made it skip non-trunk PMM-XXXX branch builds, but still build pull requests. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index dbe1d96cc3..8a2197486c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ branches: except: - /^PMM\-\d{4}/ +go_import_path: github.com/percona/pmm + cache: directories: - /home/travis/.cache/go-build