From c8342226df9d1512c9b223c6426c64e5a106b12c Mon Sep 17 00:00:00 2001 From: Ismandra Eka Nugraha Date: Fri, 13 Apr 2018 16:11:39 +0700 Subject: [PATCH] Add sudo:required to be able to run ansible --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 337141e..2afc404 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: "2.7" # Use the new container infrastructure -sudo: false +sudo: required # Install ansible addons: apt: