Setting the Travis CI to test this playbook only in Ubuntu 14.04

This commit is contained in:
Lucas Costa Beyeler 2017-02-03 22:35:32 -02:00
parent ed26d44812
commit 213807cdf5
1 changed files with 3 additions and 0 deletions

View File

@ -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: