Navigation Menu

Skip to content

Commit

Permalink
travis: update MySQL/MariaDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2013
1 parent 14f635d commit c42e4f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -5,13 +5,13 @@ notifications:
language: cpp
env:
- MYSQL_VERSION=mysql-system
- MYSQL_VERSION=mysql-5.5.31
- MYSQL_VERSION=mysql-5.6.11
- MYSQL_VERSION=mysql-5.5.32
- MYSQL_VERSION=mysql-5.6.12
- MYSQL_VERSION=mariadb-5.5.30
- MYSQL_VERSION=mariadb-10.0.2 MRN_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.0.3 MRN_BUNDLED=yes
# matrix:
# allow_failures:
# - env: MYSQL_VERSION=mariadb-10.0.2 MRN_BUNDLED=yes
# - env: MYSQL_VERSION=mariadb-10.0.3 MRN_BUNDLED=yes
install:
- tools/travis/install.sh
before_script:
Expand Down

0 comments on commit c42e4f5

Please sign in to comment.