From cf094aed0a1549f9a3c86f99c733462b8efa5d3d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 23 Dec 2018 14:25:51 +0100 Subject: [PATCH] use pushd/popd to change to ansible dir --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8ddfee..6a90aab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,9 @@ install: - ansible-lint --version script: - - cd ansible; ansible-lint _lint_roles.yml + - pushd ./ansible + - ansible-lint _lint_roles.yml + - popd - make -C doc deploy: -- 1.7.10.4