make the c++11 build non-strict

There's too much warnings for now
This commit is contained in:
Chris Beck 2014-11-04 12:45:40 -05:00
parent 5a8485d225
commit 8bf3a0ddd7

View file

@ -44,6 +44,7 @@ before_install:
- if [ "$CXX" = "g++" ]; then export WML_TESTS=false; fi
- if [ "$CXX" = "g++" ]; then export PLAY_TEST=false; fi
- if [ "$CXX" = "g++" ]; then export CHECK_UTF8=false; fi
- if [ "$CXX11" = true ]; then export STRICT_COMPILATION=false; fi
install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ saucy main universe"