From 8662611a34de63683910ec15a071e7ded111595e Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sun, 4 Sep 2016 02:16:15 +0300 Subject: [PATCH] travis-ci: remove make install --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4bc556b..7260420 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ install: - sudo apt-get -y install libtool pkg-config libexpat1-dev libxml2-dev libssl-dev check script: - ./bootstrap.sh - - ./configure --without-libxml2 && make CFLAGS="-Wall -Werror" && make CFLAGS="-Wall -Werror" check-TESTS && make install && make uninstall + - ./configure --without-libxml2 && make CFLAGS="-Wall -Werror" && make CFLAGS="-Wall -Werror" check-TESTS - make clean - - ./configure --with-libxml2 && make CFLAGS="-Wall -Werror" && make CFLAGS="-Wall -Werror" check-TESTS && make install && make uninstall + - ./configure --with-libxml2 && make CFLAGS="-Wall -Werror" && make CFLAGS="-Wall -Werror" check-TESTS - make clean - - ./configure --disable-tls && make CFLAGS="-Wall -Werror" && make CFLAGS="-Wall -Werror" check-TESTS && make install && make uninstall + - ./configure --disable-tls && make CFLAGS="-Wall -Werror" && make CFLAGS="-Wall -Werror" check-TESTS