Skip to content

Commit

Permalink
Temporary node-opencv fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Oct 17, 2016
1 parent f98e91c commit 5ba73a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ before_cache:
- rm -f build/tessdata-master

before_install:
- mv app/npm-shrinkwrap.json app/.npm-shrinkwrap.json
- npm install --only=dev
- node_modules/.bin/gulp dependencies
- mv app/.npm-shrinkwrap.json app/npm-shrinkwrap.json

install: PKG_CONFIG_PATH=$(pwd)/thirdparty/opencv/lib/pkgconfig npm install

Expand Down
11 changes: 11 additions & 0 deletions app/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ba73a9

Please sign in to comment.