diff --git a/.travis.yml b/.travis.yml index f4dfb09f5a354ad0d07e9e8e31fdab0516de7b04..d5cf09bc4e7fc5a9e465b2cafb49a2b53a522031 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,12 @@ language: php php: - '5.3' -#- '5.4' -#- '5.5' -#- '5.6' -#- '7.0' -#- '7.1' -#- nightly +- '5.4' +- '5.5' +- '5.6' +- '7.0' +- '7.1' +- nightly addons: mariadb: '10.0' @@ -44,7 +44,7 @@ env: matrix: # MariaDB overrides MySQL installation so it's not possible to test both yet #- DB=mysql - #- DB=mariadb + - DB=mariadb - DB=postgresql # TODO #- DB=sqlite @@ -58,8 +58,7 @@ matrix: allow_failures: - php: 7.1 - php: nightly - # FIXME - #- env: DB=postgresql + - env: DB=postgresql # TODO #- env: DB=sqlite