From 7b858d9ce7c39bf303995de5f5132e3691082dc6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 1 Oct 2020 16:06:09 +0200 Subject: [PATCH] Allow master branch failures --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 225acb2..2a88332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,9 @@ env: jobs: allow_failures: - - env: REC_VERSION=master + - env: ANSIBLE=2.7 TEST_SCENARIO=pdns-master + - env: ANSIBLE=2.8 TEST_SCENARIO=pdns-master + - env: ANSIBLE=2.9 TEST_SCENARIO=pdns-master # Install tox install: