From: Michael Vogt Date: Fri, 27 Dec 2013 22:07:06 +0000 (+0100) Subject: add make -C test/interactive-helper/ to .travis.yml X-Git-Tag: 0.9.14.2~3^2~1^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/8e2aa9904b1ef50e9480017feca7ef9d7391c078 add make -C test/interactive-helper/ to .travis.yml --- diff --git a/.travis.yml b/.travis.yml index 2d9194c28..d89315be6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: cpp before_install: - sudo apt-get update -q - sudo apt-get install -q --no-install-recommends dpkg-dev debhelper libdb-dev gettext libcurl4-gnutls-dev zlib1g-dev libbz2-dev xsltproc docbook-xsl docbook-xml po4a autotools-dev autoconf automake doxygen debiandoc-sgml stunnel4 -script: make && make test && test/integration/run-tests +script: make && make -C test/interactive-helper/ && make test && test/integration/run-tests