summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 02a0eff..78ebc30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ install:
54 - sudo apt-get install -qq --no-install-recommends autoconf automake 54 - sudo apt-get install -qq --no-install-recommends autoconf automake
55 - sudo apt-get install -qq --no-install-recommends faketime 55 - sudo apt-get install -qq --no-install-recommends faketime
56 # Trusty related dependencies (not yet provided) 56 # Trusty related dependencies (not yet provided)
57 - sudo apt-get install -qq --no-install-recommends mariadb-client mariadb-server 57 - test "$(dpkg -l | grep -E "mysql-(client|server)-[0-9].[0-9]" | grep -c ^ii)" -gt 0 || sudo apt-get install -qq --no-install-recommends mariadb-client mariadb-server
58 58
59before_script: 59before_script:
60 # ensure we have a test database in place for tests 60 # ensure we have a test database in place for tests