From b53b4e44241415c0a7ad857c72ec323109d2a7c0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Aug 2017 14:05:08 +0200 Subject: [PATCH] travis: build the examples too to make sure they keep building warning-free Closes #1777 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64aecd890d..ff586e6b0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 - | -- 2.47.3