]> git.saurik.com Git - apt.git/commitdiff
add make -C test/interactive-helper/ to .travis.yml
authorMichael Vogt <mvo@debian.org>
Fri, 27 Dec 2013 22:07:06 +0000 (23:07 +0100)
committerMichael Vogt <mvo@debian.org>
Fri, 27 Dec 2013 22:07:06 +0000 (23:07 +0100)
.travis.yml

index 2d9194c287e0a60515b5893a35be251d88d57221..d89315be6a9a9ef795a8a567e875202b0e4974aa 100644 (file)
@@ -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