From db252398bfc4c688951dd40733e4622b338a2465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 14 Mar 2019 14:59:46 +0100 Subject: [PATCH] [skip travis] build only the master --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 628ac7a..a853072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,8 @@ script: notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ branches: - except: - - /^dev.*/ + only: + - master before_install: # travis encrypt-file tests/3scale-inventory.yaml tests/3scale-inventory.yaml.enc - openssl aes-256-cbc -K $encrypted_5ba3c614c7e1_key -iv $encrypted_5ba3c614c7e1_iv -in tests/3scale-inventory.yaml.enc -out tests/3scale-inventory.yaml -d