diff options
Diffstat (limited to 'gl')
0 files changed, 0 insertions, 0 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 | ||
59 | before_script: | 59 | before_script: |
60 | # ensure we have a test database in place for tests | 60 | # ensure we have a test database in place for tests |