about summary refs log tree commit diff homepage
path: root/.travis/stp.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/stp.sh')
-rwxr-xr-x.travis/stp.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis/stp.sh b/.travis/stp.sh
index 6df59ebe..e8647839 100755
--- a/.travis/stp.sh
+++ b/.travis/stp.sh
@@ -35,17 +35,14 @@ if [ "x${STP_VERSION}" != "x" ]; then
 
   # Determine STP build flags
   if [ "X${STP_VERSION}" = "Xmaster" ]; then
-    # 7e0b096ee79d59bb5c344b7dd4d51b5b8d226221 s/NO_BOOST/ONLY_SIMPLE/
     # 5e9ca6339a2b3b000aa7a90c18601fdcf1212fe1 Silently BUILD_SHARED_LIBS removed. STATICCOMPILE does something similar
     STP_CMAKE_FLAGS=( \
       "-DENABLE_PYTHON_INTERFACE:BOOL=OFF" \
-      "-DONLY_SIMPLE:BOOL=ON" \
       "-DSTATICCOMPILE:BOOL=ON" \
     )
   else
     STP_CMAKE_FLAGS=( \
       "-DENABLE_PYTHON_INTERFACE:BOOL=OFF" \
-      "-DNO_BOOST:BOOL=ON" \
       "-DBUILD_SHARED_LIBS:BOOL=OFF" \
     )
   fi
@@ -71,4 +68,5 @@ fi
 if [ $? -ne 0 ]; then
   echo "Build error"
   cat "${STP_LOG}"
+  exit 1
 fi