Skip to content

Commit

Permalink
travis: disable C++ unit tests when doing the CXX11 build
Browse files Browse the repository at this point in the history
it is timing out too often, so don't run them, although we still
build them
  • Loading branch information
cbeck88 committed Nov 5, 2014
1 parent 9fc66b7 commit e0c7bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit e0c7bc5

Please sign in to comment.