Change DEBUG environment variable in .travis.yml

This commit is contained in:
Jonas Wagner 2016-10-20 00:46:24 +02:00
parent 7092c89d0c
commit a6eb86c9e9

View File

@ -55,7 +55,7 @@ install:
- npm install
# build from source, run test and generate code coverage
- 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-14-04 -f test/Dockerfile-ubuntu-14-04 .