From 43f965e015ac5993cb3f7610ec75e415361fc722 Mon Sep 17 00:00:00 2001 From: Aleksandr Mezin Date: Fri, 27 May 2016 21:40:13 +0600 Subject: [PATCH] travis: ensure 'make install' doesn't fail Signed-off-by: Aleksandr Mezin --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9f6a7e601..fe5f3ebc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ script: - cd build - ../configure --enable-tests - make -j4 + - make DESTDIR=$TRAVIS_BUILD_DIR/install install notifications: email: recipients: -- 2.47.2