From 397b39ea40061a260fbf552ffb0d0d8d7e36c371 Mon Sep 17 00:00:00 2001 From: armab Date: Mon, 16 Jan 2017 17:38:26 +0100 Subject: [PATCH] Allow failures for CentOS6 in Travis, since it's not fully supported by playbooks --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 339f7dec..fe265e77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ env: - DISTRO=ubuntu-16 - DISTRO=centos-6 +matrix: + fast_finish: true + allow_failures: + - env: DISTRO=centos-6 + script: # run kitchen tests (destroy, create, converge, setup, verify and destroy) - kitchen test ${DISTRO}