Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Travis] Allow failures for PHP 7.2 builds #8868

Merged
merged 2 commits into from
Oct 17, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[Travis] Allow failures for PHP 7.2 builds
  • Loading branch information
pamil committed Oct 17, 2017
commit 2a078fd3071a23ca3435735c9e011c7d98d3484a
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ matrix:
apt:
packages:
- parallel

allow_failures:
-
php: 7.2
fast_finish: true
cache:
yarn: true
directories:
Expand Down