Skip to content

Commit

Permalink
Allow master branch failures
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlexis committed Oct 1, 2020
1 parent e8986e8 commit 7b858d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b858d9

Please sign in to comment.