Skip to content

Commit

Permalink
fix(build): Fix for travis build issue
Browse files Browse the repository at this point in the history
Added before_install step to change directory to the task directory
  • Loading branch information
kasunkv committed Aug 27, 2017
1 parent 1e77e09 commit c710364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,11 +8,11 @@ notifications:
node_js:
- '4'
before_install:
- cd buildtask\OwaspZapScan
- npm i -g npm@^2.0.0
install:
- npm install -g typescript
before_script:
- npm prune
script:
- npm run build
after_success:
Expand Down

0 comments on commit c710364

Please sign in to comment.