Unverified Commit 7333b497 authored by Marcel Raad's avatar Marcel Raad
Browse files

travis: enable warnings also in release mode

... to get warnings also on Linux/GCC and OSX/clang.

Closes https://github.com/curl/curl/pull/1666
parent 51ccc485
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ script:
        fi
    - |
        if [ "$BUILD_TYPE" = "normal" ]; then
             ./configure --enable-werror
             ./configure --enable-warnings --enable-werror
             make
             make test-nonflaky
        fi