From: Christian Pointner <equinox@realraum.at>
Date: Sun, 23 Dec 2018 13:25:51 +0000 (+0100)
Subject: use pushd/popd to change to ansible dir
X-Git-Url: https://git.realraum.at/?a=commitdiff_plain;h=cf094aed0a1549f9a3c86f99c733462b8efa5d3d;p=noc.git

use pushd/popd to change to ansible dir
---

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: