Skip to content

Commit

Permalink
make the c++11 build non-strict
Browse files Browse the repository at this point in the history
There's too much warnings for now
  • Loading branch information
cbeck88 committed Nov 4, 2014
1 parent 5a8485d commit 8bf3a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 8bf3a0d

Please sign in to comment.