From f40a4966bcd0c03a63ac06a0bb0c3b5bc88e242f Mon Sep 17 00:00:00 2001 From: Jyrki Vesterinen Date: Sat, 3 Feb 2018 12:17:53 +0200 Subject: [PATCH] Travis CI: enable C++ unit tests The tests should be able to run in Docker, and now when they are no longer failing, we can enable them. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f683ee2f2020..67b741f86c49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ before_install: - export PLAY_TEST=true - export MP_TEST=true - export WML_TEST_TIME=15 - - export BOOST_TEST=false + - export BOOST_TEST=true - if [ "$OPT" = "-O0" ]; then export EXTRA_FLAGS_RELEASE="-O0";