diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-07-18 12:28:21 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-08-26 20:49:48 +0200 |
commit | 0d33183f0f6da97984bbc81dfe6d88014f6489ac (patch) | |
tree | 3831d637f43bc2b23e200e55a1986892f604f064 /.travis.yml | |
parent | 8f617600aeb931574baf0b53617e7759baa3f370 (diff) |
parse debian/tests/control for test dependencies
Our integration tests need some additional dependencies to run and
function correctly, but while multiple places run them, there is no need
to also specify the these dependencies in multiple places.
Git-Dch: Ignore
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2852db483..b449aeba5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,4 @@ language: cpp before_install: - sudo apt-get update -q - sudo ./prepare-release travis-ci - - sudo apt-get install -q --no-install-recommends stunnel4 db-util script: make && make test && test/integration/run-tests |