Navigation Menu

Skip to content

Commit

Permalink
travis: disable MariaDB 10.0.17
Browse files Browse the repository at this point in the history
Because it doesn't provide source package...
  • Loading branch information
kou committed Mar 10, 2015
1 parent 9b3c4df commit 483941a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,8 @@ env:
- MYSQL_VERSION=mysql-5.5.42
- MYSQL_VERSION=mysql-5.6.23
- MYSQL_VERSION=mariadb-5.5.42
- MYSQL_VERSION=mariadb-10.0.17
- MYSQL_VERSION=mariadb-10.0.17 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
# - MYSQL_VERSION=mariadb-10.0.17
# - MYSQL_VERSION=mariadb-10.0.17 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
# - MYSQL_VERSION=mariadb-10.0.17 MROONGA_BUNDLED=yes
# - MYSQL_VERSION=mariadb-10.0.17 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
# matrix:
Expand Down

3 comments on commit 483941a

@cosmo0920
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kou
Copy link
Member Author

@kou kou commented on 483941a Mar 13, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's source archive. Commit message says source "package".

@cosmo0920
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see!

Please sign in to comment.