Unverified Commit b53b4e44 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

travis: build the examples too

to make sure they keep building warning-free

Closes #1777
parent 5c2aac71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -90,13 +90,13 @@ script:
    - |
        if [ "$T" = "debug" ]; then
             ./configure --enable-debug --enable-werror $C
             make
             make && make examples
             make TFLAGS=-n test-nonflaky
        fi
    - |
        if [ "$T" = "normal" ]; then
             ./configure --enable-warnings --enable-werror $C
             make
             make && make examples
             make test-nonflaky
        fi
    - |