From bf8da56826a449ab04dad6e6474d8af908a88baa Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 10 Mar 2020 14:01:07 +0200 Subject: [PATCH] Correction to deploy section of travis.yml --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5172f3646..935411e42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,3 @@ -addons: - apt: - packages: - - mailutils dist: bionic env: @@ -18,6 +14,11 @@ matrix: before_install: - export TZ=Africa/Johannesburg +addons: + apt: + packages: + - mailutils + install: - sudo add-apt-repository -y ppa:nginx/stable - sudo apt-get update @@ -75,12 +76,11 @@ deploy: repo: mitchellkrogza/nginx-ultimate-bad-bot-blocker tags: false branches: + only: + - "master" except: - "/^v[0-9]/" - "/^V.*$/" - branches: - only: - - "master" notifications: on_success: change on_failure: always