From cfbd3d31fa67690acd8d67cec23fd2636b271bf5 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Tue, 10 Mar 2015 00:33:00 -0700 Subject: [PATCH] Change Travis debug build to use DKJ_DEBUG --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07698f0..e65ce0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: env: - BUILD_CAPNP= - BUILD_CAPNP=true - - BUILD_CAPNP=true CXXFLAGS="-g" + - BUILD_CAPNP=true CFLAGS="-DKJ_DEBUG" # skip testing for pypy + BUILD_CAPNP=false since it's failing in travis for some reason matrix: