mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Change DEBUG environment variable in .travis.yml
This commit is contained in:
parent
7092c89d0c
commit
a6eb86c9e9
@ -55,7 +55,7 @@ install:
|
|||||||
- npm install
|
- npm install
|
||||||
# build from source, run test and generate code coverage
|
# build from source, run test and generate code coverage
|
||||||
- make cover
|
- make cover
|
||||||
- DEBUG=true node lib/opencv.js
|
- NODE_OPENCV_DEBUG=true node lib/opencv.js
|
||||||
- docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-12-04 .
|
- docker build -t peterbraden/node-opencv-ubuntu-12-04 -f test/Dockerfile-ubuntu-12-04 .
|
||||||
- docker build -t peterbraden/node-opencv-ubuntu-14-04 -f test/Dockerfile-ubuntu-14-04 .
|
- docker build -t peterbraden/node-opencv-ubuntu-14-04 -f test/Dockerfile-ubuntu-14-04 .
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user