travis: enable tests on the C++11 build

This commit is contained in:
Chris Beck 2014-12-22 01:35:13 -05:00
parent 736bf298c0
commit 3101348e5e

View file

@ -44,10 +44,7 @@ before_install:
- if [ "$BUILD" = 4 ]; then export CXX11=true; fi
- if [ "$BUILD" = 4 ]; then export EXTRA_FLAGS_RELEASE="-O0 -Wno-literal-suffix -Wno-deprecated-declarations"; fi
- if [ "$BUILD" = 4 ]; then export CPP_TESTS=false; fi
- if [ "$BUILD" = 4 ]; then export WML_TESTS=false; fi
- if [ "$BUILD" = 4 ]; then export PLAY_TEST=false; fi
- if [ "$BUILD" = 4 ]; then export CHECK_UTF8=false; fi
- if [ "$BUILD" = 5 ]; then export NLS=true; fi
- if [ "$BUILD" = 5 ]; then export TARGETS="translations"; fi