From 213807cdf554598b14ab0829ac6eb8e49bc7d2be Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Fri, 3 Feb 2017 22:35:32 -0200 Subject: [PATCH] Setting the Travis CI to test this playbook only in Ubuntu 14.04 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 56be7bd..bf59417 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ python: "2.7" # Use the new container infrastructure sudo: true +# This playbook need to run on Ubuntu 14.04 or later +dist: trusty + # Install ansible addons: apt: