Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Merge 8757116 into 050233a
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Mar 6, 2019
2 parents 050233a + 8757116 commit add43e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ env:
- CXX=clang++-5.0
- CC=clang-5.0
install:
- npm install
- |
printf "while [ true ]; do\nsleep 30\necho 'Building OpenCV'\ndone" > ping.sh
bash ping.sh &
echo $! > ping.pid
npm i opencv4nodejs > /dev/null 2>&1
npm i -g opencv4nodejs > /dev/null 2>&1
kill `cat ping.pid`
- npm install
- npm install --no-save mjpeg-consumer
script:
- npm run test
- npm run e2e-test
- npm run test && npm run e2e-test
after_success:
- npm run coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"scripts": {
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
"prepare": "gulp prepublish",
"postinstall": "npm ls -g opencv4nodejs --depth=0 && npm link opencv4nodejs",
"test": "gulp once",
"watch": "gulp watch",
"mocha": "mocha",
Expand Down

0 comments on commit add43e6

Please sign in to comment.