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

Commit 8972967

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

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

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

4039
install: travis_wait 30 docker pull justadudewhohacks/opencv4nodejs-ci:$TAG
4140

@@ -46,6 +45,7 @@ script:
4645

4746
after_success:
4847
- if [[ $TRAVIS_TAG != "" ]]; then
48+
npm install;
4949
npm run prebuild -- -u $GITHUB_TOKEN;
5050
fi
5151
- if [ $BUILD_TASK = 'cover' ]; then

0 commit comments

Comments
 (0)