From 8435521e9222f9e235eac4123b5f69be0ed027c8 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 8 Jul 2018 11:24:37 -0500 Subject: [PATCH] Allow test failure on Ubuntu 14.04 for now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96fea09..221e999 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: matrix: allow_failures: - - distro: ubuntu1404 + - env: distro=ubuntu1404 script: # Configure test script so we can run extra tests after playbook is run.