summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-29 23:13:32 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-29 23:13:32 +0000
commit70c61810e41f4b757f9e09caaa6f6705050015ff (patch)
tree4cb4ed4bdbb7aac9ec3758e78da765ed60db558c
parent677ed9d98091f050e5a082b8d9cd80c661d5a962 (diff)
downloadredmine-70c61810e41f4b757f9e09caaa6f6705050015ff.tar.gz
redmine-70c61810e41f4b757f9e09caaa6f6705050015ff.zip
travis: allow test failures on MySQL 5.7
<pre> ActiveRecord::StatementInvalid: Mysql2::Error: Table 'performance_schema.session_variables' doesn't exist: SHOW VARIABLES LIKE 'character_set_database' </pre> Refer: * https://github.com/rails/rails/issues/21108 * https://github.com/rails/rails/pull/21318 git-svn-id: http://svn.redmine.org/redmine/trunk@14525 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0d4ec880b..e90a5a011 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,9 @@ matrix:
- env: "SUITE=ui DB=mariadb-5.5"
- env: "SUITE=ui DB=mariadb-10.0"
- env: "SUITE=ui DB=sqlite3"
+ - env: "SUITE=units DB=mysql-5.7-dmr"
+ - env: "SUITE=functionals DB=mysql-5.7-dmr"
+ - env: "SUITE=integration DB=mysql-5.7-dmr"
# SCM tests fail randomly due to IO.popen().
# http://www.redmine.org/issues/19091
# https://github.com/jruby/jruby/issues/779