Skip to content

Commit

Permalink
[*]: update travis-ci config v2
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Oct 18, 2019
1 parent e4aa50b commit 74753a4
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .travis.yml
@@ -1,7 +1,9 @@

language: php

sudo: false
# Temporarily use legacy infrastructure until Travis resolves MySQL issues with their containerized infrastructure.
# @see https://github.com/travis-ci/travis-ci/issues/6842
sudo: required

git:
depth: 2
Expand All @@ -12,14 +14,26 @@ cache:

matrix:
fast_finish: true
allow_failures:
- php: nightly
include:
- php: 7.0
env: DB=mariadb
addons:
mariadb: 10.2
- php: 7.1
env: DB=mariadb
addons:
mariadb: 10.2
- php: 7.2
env: DB=mariadb
addons:
mariadb: 10.3
- php: 7.3
- php: nightly
env: DB=mariadb
addons:
mariadb: 10.3

services:
- mysql

before_script:
- php --version
Expand Down

0 comments on commit 74753a4

Please sign in to comment.