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

Commit cd0370e

Browse files
author
Simon Hofmann
committed
Reverted build
1 parent ae5b2ce commit cd0370e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ env:
3636
TAG=3.4.3-contrib
3737

3838
before_install:
39-
- chmod +x ./ci/$BUILD_TASK/$BUILD_TASK.sh
39+
- if [[ $BUILD_TASK != "prebuild" ]]; then
40+
chmod +x ./ci/$BUILD_TASK/$BUILD_TASK.sh
41+
fi
4042

4143
install: travis_wait 30 docker pull justadudewhohacks/opencv4nodejs-ci:$TAG
4244

0 commit comments

Comments
 (0)