From 146c506ab4b0d51672253ea67c4e891320cfae9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz> Date: Wed, 5 Aug 2015 14:27:00 +0200 Subject: [PATCH] build: install modules before checking --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8eaff479b..bd28a37be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ env: before_script: - ./scripts/bootstrap-depends.sh ${HOME}/.local script: - - make ${MAKEOPTS} check COVERAGE=1 + - make ${MAKEOPTS} install check COVERAGE=1 PREFIX=${HOME}/.local after_success: - test $TRAVIS_OS_NAME = linux && coveralls -i lib -x ".c" --gcov-options '\-lp' sudo: false -- GitLab