diff options
author | Eric Engestrom <[email protected]> | 2019-10-18 15:05:21 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-18 15:27:37 +0100 |
commit | 3ad6154f4eb01bf6b0c9a038be357253958b42ae (patch) | |
tree | ef674d3982f7a446aa7504b2120dbe73fb27e237 /.travis.yml | |
parent | b0853a43da4dd266e49f777e2462eed56301a38f (diff) |
travis: test meson install as well
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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; |