Stop using Werror on travis

This commit is contained in:
Daniel James
2018-04-15 22:15:42 +01:00
parent 96fbb48b42
commit c7780bccc7

View File

@ -12,15 +12,15 @@ matrix:
include:
- compiler: gcc
env: |
USER_CONFIG="using gcc : : g++-4.8 -Werror ;"
USER_CONFIG="using gcc : : g++-4.8 ;"
CXXSTD=03,11
- compiler: clang
env: |
USER_CONFIG="using clang : : clang++ -Werror ;"
USER_CONFIG="using clang : : clang++ ;"
CXXSTD=03,11
- compiler: clang
env: |
USER_CONFIG="using clang : : clang++ -Werror -D_HAS_AUTO_PTR_ETC=0 ;"
USER_CONFIG="using clang : : clang++ -D_HAS_AUTO_PTR_ETC=0 ;"
CXXSTD=11
before_script: