[Groonga-mysql-commit] mroonga/mroonga at 7140bc5 [master] travis: allow failure of MySQL 8.0 test

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Nov 26 22:47:40 JST 2018


Kouhei Sutou	2018-11-26 22:47:40 +0900 (Mon, 26 Nov 2018)

  Revision: 7140bc587655b00e16424a6251645f113d1f3112
  https://github.com/mroonga/mroonga/commit/7140bc587655b00e16424a6251645f113d1f3112

  Message:
    travis: allow failure of MySQL 8.0 test

  Modified files:
    .travis.yml

  Modified: .travis.yml (+4 -0)
===================================================================
--- .travis.yml    2018-11-26 22:46:54 +0900 (01720f3a)
+++ .travis.yml    2018-11-26 22:47:40 +0900 (cec300c9)
@@ -44,6 +44,10 @@ matrix:
     - env:
         - MYSQL_VERSION=mysql-8.0
       dist: xenial
+  allow_failures:
+    - env:
+        - MYSQL_VERSION=mysql-8.0
+      dist: xenial
 install:
   - tools/travis/install.sh
 before_script:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181126/97808c9b/attachment-0001.html>


More information about the Groonga-mysql-commit mailing list
Back to archive index