From a3dba7ed0fc580aeb5ccbb441f30464a9d24172b Mon Sep 17 00:00:00 2001 From: Kasun Kodagoda Date: Sun, 27 Aug 2017 11:54:45 +0530 Subject: [PATCH] fix(build): Fixed the path issue Fixed the issue with the path in travis.yml file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7afcc8..bfec685 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ notifications: node_js: - '4' before_install: - - cd buildtask\OwaspZapScan + - cd ./buildtask/OwaspZapScan - npm i -g npm@^2.0.0 install: - npm install -g typescript