travis: disable C++ unit tests when doing the CXX11 build

it is timing out too often, so don't run them, although we still
build them
This commit is contained in:
Chris Beck 2014-11-05 18:30:21 -05:00
parent 9fc66b7486
commit e0c7bc5175

View file

@ -36,8 +36,8 @@ before_install:
- if [ "$BUILD" = 3 ]; then export ALTERNATE_CONFIGURATION=true; fi
- if [ "$BUILD" = 4 ]; then export CXX11=true; fi
- if [ "$BUILD" = 4 ]; then export CPP_TESTS=false; fi
-
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export STRICT_COMPILATION=false; fi
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export EXTRA_FLAGS_RELEASE=""; fi
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export WML_TEST_TIME=20; fi