From 0a765b702b31f5200ad7ec371dba3b7e56b605aa Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 9 Nov 2013 20:01:57 +0100 Subject: [PATCH] Introducing an error to check if Travis reports correctly a compile error with the script. --- JGE/include/JTypes.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/JGE/include/JTypes.h b/JGE/include/JTypes.h index 7376303a8..5025829f0 100644 --- a/JGE/include/JTypes.h +++ b/JGE/include/JTypes.h @@ -129,7 +129,6 @@ typedef uint32_t u32; #endif //PSP - #ifndef CONSOLE_CONFIG #ifndef QT_CONFIG #if defined (IOS) @@ -145,7 +144,7 @@ typedef uint32_t u32; #include #endif #else -# include +#include #endif #if (defined FORCE_GLES) @@ -159,7 +158,7 @@ typedef uint32_t u32; #endif #if defined (PSP) - +#error just to test that Travis stops correctly. #ifndef ABGR8888 #define ABGR8888 #endif