Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Fix travis build (istanbul doesn't like circular links)
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Oct 21, 2013
1 parent 5bd6c58 commit 289ee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- sudo /sbin/ldconfig
- cd ..
before_script:
- (cd node_modules/mosca/node_modules && rm -rf ascoltatori && ln -s ../../.. ascoltatori)
- (cd node_modules/mosca/node_modules && rm -rf ascoltatori && mkdir ascoltatori && tar -c --exclude node_modules ../../.. | tar -x -C ascoltatori)
script:
- make publish-coverage
language: node_js
Expand Down

0 comments on commit 289ee00

Please sign in to comment.