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

Commit 8094591

Browse files
author
Simon Hofmann
committed
Updated build
1 parent 6c50dc3 commit 8094591

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ env:
3535

3636
before_install:
3737
- chmod +x ./ci/$BUILD_TASK/$BUILD_TASK.sh
38+
- npm i -g prebuild
3839

3940
install: travis_wait 30 docker pull justadudewhohacks/opencv4nodejs-ci:$TAG
4041

@@ -45,10 +46,7 @@ script:
4546

4647
after_success:
4748
- if [[ $TRAVIS_TAG != "" ]]; then
48-
npm install;
4949
npm run prebuild -- -u $GITHUB_TOKEN;
50-
npm run prebuild -- -r electron -u $GITHUB_TOKEN;
51-
npm run prebuild -- -r node-webkit -u $GITHUB_TOKEN;
5250
fi
5351
- if [ $BUILD_TASK = 'cover' ]; then
5452
npm install;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv4nodejs",
3-
"version": "4.14.5",
3+
"version": "4.14.9",
44
"description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)