From aa0c5342bd0d431d39259c3b40decb61e50aa70b Mon Sep 17 00:00:00 2001 From: Vladimir Botka Date: Fri, 13 Jul 2018 06:59:20 +0200 Subject: [PATCH] Testing with centos7 and ubuntu1804 only. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d3b1be..9e26cb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,7 @@ services: docker env: - distro: centos7 - - distro: ubuntu1604 - - distro: ubuntu1404 - - distro: debian9 - - distro: debian8 + - distro: ubuntu1804 script: # Configure test script so we can run extra tests after playbook is run.