From 3ad6154f4eb01bf6b0c9a038be357253958b42ae Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 18 Oct 2019 15:05:21 +0100 Subject: [PATCH] travis: test meson install as well Signed-off-by: Eric Engestrom --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cc4d0b260d6..23cb24fac16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ script: meson _build -Dbuild-tests=true; ninja -C _build || travis_terminate 1; ninja -C _build test || travis_terminate 1; + ninja -C _build install || travis_terminate 1; fi - if test "x$BUILD" = xscons; then scons || travis_terminate 1; -- 2.30.2