Skip to content

Commit

Permalink
Travis CI: enable C++ unit tests
Browse files Browse the repository at this point in the history
The tests should be able to run in Docker, and now when they are no longer
failing, we can enable them.
  • Loading branch information
jyrkive committed Feb 3, 2018
1 parent a67e13b commit f40a496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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";
Expand Down

0 comments on commit f40a496

Please sign in to comment.