Skip to content

Commit

Permalink
Removed mariadb 10.1 from travis as their setup is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Apr 13, 2016
1 parent 7b1016f commit 8dacff7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ matrix:
addons:
mariadb: 10.0

- php: 5.5
env: DB=mysql MARIADB=10.1
addons:
mariadb: 10.1
- php: 5.6
env: DB=mysql MARIADB=10.1
addons:
mariadb: 10.1
- php: 7.0
env: DB=mysql MARIADB=10.1
addons:
mariadb: 10.1
# - php: 5.5
# env: DB=mysql MARIADB=10.1
# addons:
# mariadb: 10.1
# - php: 5.6
# env: DB=mysql MARIADB=10.1
# addons:
# mariadb: 10.1
# - php: 7.0
# env: DB=mysql MARIADB=10.1
# addons:
# mariadb: 10.1

- php: 5.5
env: DB=pgsql POSTGRES=9.1
Expand Down

0 comments on commit 8dacff7

Please sign in to comment.