zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

Updating Travis PHP build matrix #378

Closed jaydiablo closed 6 years ago

jaydiablo commented 6 years ago

Adding PHP 7.1, 7.2 and nightly to build matrix.

Removed PHP 7.0 from the allow_failures since it passes. PHP 7.2 and nightly do not pass currently, so adding those to allow_failures.

Added the fast_finish setting so that builds return quicker regardless if the allow_failures builds pass or not (https://blog.travis-ci.com/2013-11-27-fast-finishing-builds).