Skip to content

Commit

Permalink
fix(build): Fixed the path issue
Browse files Browse the repository at this point in the history
Fixed the issue with the path in travis.yml file
  • Loading branch information
kasunkv committed Aug 27, 2017
1 parent c710364 commit a3dba7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit a3dba7e

Please sign in to comment.