From: Marek VavruĊĦa Date: Thu, 6 Aug 2015 12:47:08 +0000 (+0200) Subject: build: added jinja2 to Travis build X-Git-Tag: v1.0.0-beta1~58^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a0b91d34b8d5f80ddf539ff3cc6efa55a9481d;p=thirdparty%2Fknot-resolver.git build: added jinja2 to Travis build --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index e223a06bd..1122ee22c 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -78,7 +78,7 @@ function pkg { } # travis-specific -PIP_PKGS="${TRAVIS_BUILD_DIR}/tests/pydnstest/requirements.txt cpp-coveralls" +PIP_PKGS="${TRAVIS_BUILD_DIR}/tests/pydnstest/requirements.txt cpp-coveralls Jinja2" if [ "${TRAVIS_OS_NAME}" == "osx" ]; then DEPEND_CACHE="https://dl.dropboxusercontent.com/u/2255176/resolver-${TRAVIS_OS_NAME}-cache.tar.gz" curl "${DEPEND_CACHE}" > cache.tar.gz && tar -xz -C ${HOME} -f cache.tar.gz || true