From a6eb86c9e9cd84153a60d25c8b76cb16e6404a8e Mon Sep 17 00:00:00 2001 From: Jonas Wagner Date: Thu, 20 Oct 2016 00:46:24 +0200 Subject: [PATCH] Change DEBUG environment variable in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d522dab..dbd779e 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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 .