diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-04-30 06:09:33 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-04-30 06:09:33 +0000 |
commit | 6b242c80afea7f9fae63e586093b29faea66c019 (patch) | |
tree | 7c2e602c64d75052e1445f159ecab30c230f8467 /test | |
parent | a78b6903e6daba1729f616d9d71a6c2027dc3476 (diff) | |
download | redmine-6b242c80afea7f9fae63e586093b29faea66c019.tar.gz redmine-6b242c80afea7f9fae63e586093b29faea66c019.zip |
travis: fix MariaDB 5.5 test error
<pre>
The following packages have unmet dependencies:
mariadb-server : Depends: mariadb-server-5.5 (= 5.5.42+maria-1~precise) but it is not going to be installed
</pre>
git-svn-id: http://svn.redmine.org/redmine/trunk@14231 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/travis/mariadb.pref | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/travis/mariadb.pref b/test/travis/mariadb.pref new file mode 100644 index 000000000..3d0eeabe8 --- /dev/null +++ b/test/travis/mariadb.pref @@ -0,0 +1,6 @@ +# https://mariadb.com/kb/en/mariadb/installing-mariadb-deb-files/ +# /etc/apt/preferences.d/ + +Package: * +Pin: origin ftp.osuosl.org +Pin-Priority: 1000 |