Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
travis.yml - add php 7.2 (allow_failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
mipapo committed Dec 19, 2017
1 parent b53a47b commit 370cd18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

env:
- GROUP=import
Expand Down Expand Up @@ -50,6 +51,7 @@ matrix:
fast_finish: true
allow_failures:
- php: 7.1
- php: 7.2
include:
- php: 5.6
env: DB=mariadb GROUP=requiresDoctrine,dependsOnOldDatabase
Expand All @@ -63,6 +65,10 @@ matrix:
env: DB=mariadb GROUP=requiresDoctrine,dependsOnOldDatabase
addons:
mariadb: 5.5
- php: 7.2
env: DB=mariadb GROUP=requiresDoctrine,dependsOnOldDatabase
addons:
mariadb: 5.5
- php: 5.6
env: DB=mariadb GROUP=requiresDoctrine,dependsOnOldDatabase
addons:
Expand All @@ -75,6 +81,10 @@ matrix:
env: DB=mariadb GROUP=requiresDoctrine,dependsOnOldDatabase
addons:
mariadb: 10.0
- php: 7.2
env: DB=mariadb GROUP=requiresDoctrine,dependsOnOldDatabase
addons:
mariadb: 10.0
- stage: deploy
php: 7.0
before_script: skip
Expand Down

0 comments on commit 370cd18

Please sign in to comment.