From c7343d42638bc1920ba4befa2591023e17a0dcc7 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 11 Aug 2019 16:45:14 -0700 Subject: [PATCH] more Travis fixing --- tests/test_cpp_compilation.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_cpp_compilation.cpp b/tests/test_cpp_compilation.cpp index 3876fed..a2093f4 100644 --- a/tests/test_cpp_compilation.cpp +++ b/tests/test_cpp_compilation.cpp @@ -17,9 +17,7 @@ #define STB_VOXEL_RENDER_IMPLEMENTATION #define STB_CONNECTED_COMPONENTS_IMPLEMENTATION #define STB_DS_IMPLEMENTATION -#ifndef TRAVIS #define STBDS_UNIT_TESTS -#endif #define STBI_MALLOC my_malloc #define STBI_FREE my_free