From 2d6766e832c7400dbe4d88da1bbf9e729d467344 Mon Sep 17 00:00:00 2001 From: Goncalo Date: Mon, 28 Jan 2019 15:14:47 -0200 Subject: [PATCH] Update travis.yml to run only on tagged commits and on master branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 67f9de5e..7fac4d56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ notifications: email: false +branches: + only: + - master +if: tag IS present matrix: include: - sudo: required -- GitLab